Html Css Color HEX #76C820 Lima

📋 copy color: '#76C820'

red 118 ◦ green 200 ◦ blue 32

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

Shades of Lima #76C820

Tints of Lima #76C820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.14%

 BLUE value IS 32 (12.89% from 255) = 9.14%

R = 33.71%
G = 57.14%
B = 9.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#76C820 (or 0x76C820) is known color: Lima. HEX triplet: 76, C8 and 20. RGB value is (118,200,32). Sum of RGB (Red+Green+Blue) = 118+200+32=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #76C820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C820 is #8937DF. Grayscale: #9C9C9C. Windows color (decimal): -8992736 or 2148470. OLE color: 2148470.

HSL color Cylindrical-coordinate representation of color #76C820: hue angle of 89.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76C820 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 200 32 -
CMYK 0.41 0 0.84 0.22
HSL 89.29º 0.72% 0.45% -
HSV(B) 89.29º 0.84% 0.78% -
XYZ 28.39 45.26 8.61 -
YUV 156.33 57.83 100.66 -
System Red Green Blue C M Y K H S L
Decimal 118 200 32 0.41 0 0.84 0.22 89.29 0.72 0.45
Hex 76 C8 20 29 0 54 16 59 48 2D
Octal 166 310 40 51 0 124 26 131 110 55
Binary 1110110 11001000 100000 101001 0 1010100 10110 1011001 1001000 101101

Color Harmonies of #76C820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C820

Black with #76C820

Text Example


Text Example

White with #76C820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,200,32); }

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

background-color css

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

 a { background-color: rgb(118,200,32); }

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

border-color css

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

 span { border-color: rgb(118,200,32); }

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