Html Css Color HEX #76AD21 Lima

📋 copy color: '#76AD21'

red 118 ◦ green 173 ◦ blue 33

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

Shades of Lima #76AD21

Tints of Lima #76AD21

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.4%

 BLUE value IS 33 (13.28% from 255) = 10.19%

R = 36.42%
G = 53.4%
B = 10.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#76AD21 (or 0x76AD21) is known color: Lima. HEX triplet: 76, AD and 21. RGB value is (118,173,33). Sum of RGB (Red+Green+Blue) = 118+173+33=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AD21 is #8952DE. Grayscale: #8D8D8D. Windows color (decimal): -8999647 or 2207094. OLE color: 2207094.

HSL color Cylindrical-coordinate representation of color #76AD21: hue angle of 83.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76AD21 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 33 -
CMYK 0.32 0 0.81 0.32
HSL 83.57º 0.68% 0.4% -
HSV(B) 83.57º 0.81% 0.68% -
XYZ 22.69 33.85 6.78 -
YUV 140.6 67.28 111.88 -
System Red Green Blue C M Y K H S L
Decimal 118 173 33 0.32 0 0.81 0.32 83.57 0.68 0.4
Hex 76 AD 21 20 0 51 20 54 44 28
Octal 166 255 41 40 0 121 40 124 104 50
Binary 1110110 10101101 100001 100000 0 1010001 100000 1010100 1000100 101000

Color Harmonies of #76AD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD21

Black with #76AD21

Text Example


Text Example

White with #76AD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,173,33); }

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

background-color css

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

 a { background-color: rgb(118,173,33); }

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

border-color css

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

 span { border-color: rgb(118,173,33); }

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