Html Css Color HEX #76C221 Lima

📋 copy color: '#76C221'

red 118 ◦ green 194 ◦ blue 33

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

Shades of Lima #76C221

Tints of Lima #76C221

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.23%

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

R = 34.2%
G = 56.23%
B = 9.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#76C221 (or 0x76C221) is known color: Lima. HEX triplet: 76, C2 and 21. RGB value is (118,194,33). Sum of RGB (Red+Green+Blue) = 118+194+33=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #76C221 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C221 is #893DDE. Grayscale: #999999. Windows color (decimal): -8994271 or 2212470. OLE color: 2212470.

HSL color Cylindrical-coordinate representation of color #76C221: hue angle of 88.32º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76C221 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 194 33 -
CMYK 0.39 0 0.83 0.24
HSL 88.32º 0.71% 0.45% -
HSV(B) 88.32º 0.83% 0.76% -
XYZ 27.04 42.54 8.23 -
YUV 152.92 60.32 103.09 -
System Red Green Blue C M Y K H S L
Decimal 118 194 33 0.39 0 0.83 0.24 88.32 0.71 0.45
Hex 76 C2 21 27 0 53 18 58 47 2D
Octal 166 302 41 47 0 123 30 130 107 55
Binary 1110110 11000010 100001 100111 0 1010011 11000 1011000 1000111 101101

Color Harmonies of #76C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C221

Black with #76C221

Text Example


Text Example

White with #76C221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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