Html Css Color HEX #4CC145 Fruit Salad

📋 copy color: '#4CC145'

red 76 ◦ green 193 ◦ blue 69

#4CC145
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #4CC145

Tints of Fruit Salad #4CC145

RGB

 RED value IS 76 (30.08% from 255) = 22.49%

 GREEN value IS 193 (75.78% from 255) = 57.1%

 BLUE value IS 69 (27.34% from 255) = 20.41%

R = 22.49%
G = 57.1%
B = 20.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4CC145 (or 0x4CC145) is known color: Fruit Salad. HEX triplet: 4C, C1 and 45. RGB value is (76,193,69). Sum of RGB (Red+Green+Blue) = 76+193+69=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC145 is #B33EBA. Grayscale: #909090. Windows color (decimal): -11747003 or 4571468. OLE color: 4571468.

HSL color Cylindrical-coordinate representation of color #4CC145: hue angle of 116.61º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CC145 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 76 193 69 -
CMYK 0.61 0 0.64 0.24
HSL 116.61º 0.5% 0.51% -
HSV(B) 116.61º 0.64% 0.76% -
XYZ 23.12 40.11 12.15 -
YUV 143.88 85.74 79.58 -
System Red Green Blue C M Y K H S L
Decimal 76 193 69 0.61 0 0.64 0.24 116.61 0.5 0.51
Hex 4C C1 45 3D 0 40 18 75 32 33
Octal 114 301 105 75 0 100 30 165 62 63
Binary 1001100 11000001 1000101 111101 0 1000000 11000 1110101 110010 110011

Color Harmonies of #4CC145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC145

Black with #4CC145

Text Example


Text Example

White with #4CC145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CC145; }

 p { color: rgb(76,193,69); }

 H1.HeaderClassName
 {
   color: #4CC145;
 }
 .AnyTagClassName
 {
   color: #4CC145;
 }
</style>

background-color css

<style>
 a { background-color: #4CC145; }

 a { background-color: rgb(76,193,69); }

 div.DivClassName
 {
   background-color: #4CC145;
 }
 .BgClassName
 {
   background-color: #4CC145;
 }
</style>

border-color css

<style>
 span { border-color: #4CC145; }

 span { border-color: rgb(76,193,69); }

 td.TdClassName
 {
   border-color: #4CC145;
 }
 .TagClassName
 {
   border-color: #4CC145;
 }
</style>