Html Css Color HEX #76BA21 Lima

📋 copy color: '#76BA21'

red 118 ◦ green 186 ◦ blue 33

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

Shades of Lima #76BA21

Tints of Lima #76BA21

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.19%

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

R = 35.01%
G = 55.19%
B = 9.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#76BA21 (or 0x76BA21) is known color: Lima. HEX triplet: 76, BA and 21. RGB value is (118,186,33). Sum of RGB (Red+Green+Blue) = 118+186+33=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA21 is #8945DE. Grayscale: #949494. Windows color (decimal): -8996319 or 2210422. OLE color: 2210422.

HSL color Cylindrical-coordinate representation of color #76BA21: hue angle of 86.67º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76BA21 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 33 -
CMYK 0.37 0 0.82 0.27
HSL 86.67º 0.7% 0.43% -
HSV(B) 86.67º 0.82% 0.73% -
XYZ 25.3 39.08 7.65 -
YUV 148.23 62.97 106.44 -
System Red Green Blue C M Y K H S L
Decimal 118 186 33 0.37 0 0.82 0.27 86.67 0.7 0.43
Hex 76 BA 21 25 0 52 1B 57 46 2B
Octal 166 272 41 45 0 122 33 127 106 53
Binary 1110110 10111010 100001 100101 0 1010010 11011 1010111 1000110 101011

Color Harmonies of #76BA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA21

Black with #76BA21

Text Example


Text Example

White with #76BA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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