Html Css Color HEX #4CAA4E Fruit Salad

📋 copy color: '#4CAA4E'

red 76 ◦ green 170 ◦ blue 78

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

Shades of Fruit Salad #4CAA4E

Tints of Fruit Salad #4CAA4E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.47%

 BLUE value IS 78 (30.86% from 255) = 24.07%

R = 23.46%
G = 52.47%
B = 24.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#4CAA4E (or 0x4CAA4E) is known color: Fruit Salad. HEX triplet: 4C, AA and 4E. RGB value is (76,170,78). Sum of RGB (Red+Green+Blue) = 76+170+78=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA4E is #B355B1. Grayscale: #838383. Windows color (decimal): -11752882 or 5155404. OLE color: 5155404.

HSL color Cylindrical-coordinate representation of color #4CAA4E: hue angle of 121.28º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CAA4E is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 170 78 -
CMYK 0.55 0 0.54 0.33
HSL 121.28º 0.38% 0.48% -
HSV(B) 121.28º 0.55% 0.67% -
XYZ 18.73 30.84 12.17 -
YUV 131.41 97.86 88.48 -
System Red Green Blue C M Y K H S L
Decimal 76 170 78 0.55 0 0.54 0.33 121.28 0.38 0.48
Hex 4C AA 4E 37 0 36 21 79 26 30
Octal 114 252 116 67 0 66 41 171 46 60
Binary 1001100 10101010 1001110 110111 0 110110 100001 1111001 100110 110000

Color Harmonies of #4CAA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAA4E

Black with #4CAA4E

Text Example


Text Example

White with #4CAA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,170,78); }

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

background-color css

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

 a { background-color: rgb(76,170,78); }

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

border-color css

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

 span { border-color: rgb(76,170,78); }

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