Html Css Color HEX #76AB28 Lima

📋 copy color: '#76AB28'

red 118 ◦ green 171 ◦ blue 40

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

Shades of Lima #76AB28

Tints of Lima #76AB28

RGB

 RED value IS 118 (46.48% from 255) = 35.87%

 GREEN value IS 171 (67.19% from 255) = 51.98%

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 35.87%
G = 51.98%
B = 12.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#76AB28 (or 0x76AB28) is known color: Lima. HEX triplet: 76, AB and 28. RGB value is (118,171,40). Sum of RGB (Red+Green+Blue) = 118+171+40=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB28 is #8954D7. Grayscale: #8C8C8C. Windows color (decimal): -9000152 or 2665334. OLE color: 2665334.

HSL color Cylindrical-coordinate representation of color #76AB28: hue angle of 84.27º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76AB28 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 40 -
CMYK 0.31 0 0.77 0.33
HSL 84.27º 0.62% 0.41% -
HSV(B) 84.27º 0.77% 0.67% -
XYZ 22.42 33.13 7.22 -
YUV 140.22 71.44 112.15 -
System Red Green Blue C M Y K H S L
Decimal 118 171 40 0.31 0 0.77 0.33 84.27 0.62 0.41
Hex 76 AB 28 1F 0 4D 21 54 3E 29
Octal 166 253 50 37 0 115 41 124 76 51
Binary 1110110 10101011 101000 11111 0 1001101 100001 1010100 111110 101001

Color Harmonies of #76AB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB28

Black with #76AB28

Text Example


Text Example

White with #76AB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AB28; }

 p { color: rgb(118,171,40); }

 H1.HeaderClassName
 {
   color: #76AB28;
 }
 .AnyTagClassName
 {
   color: #76AB28;
 }
</style>

background-color css

<style>
 a { background-color: #76AB28; }

 a { background-color: rgb(118,171,40); }

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

border-color css

<style>
 span { border-color: #76AB28; }

 span { border-color: rgb(118,171,40); }

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