Html Css Color HEX #76BF16 Lima

📋 copy color: '#76BF16'

red 118 ◦ green 191 ◦ blue 22

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

Shades of Lima #76BF16

Tints of Lima #76BF16

RGB

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

 GREEN value IS 191 (75% from 255) = 57.7%

 BLUE value IS 22 (8.98% from 255) = 6.65%

R = 35.65%
G = 57.7%
B = 6.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#76BF16 (or 0x76BF16) is known color: Lima. HEX triplet: 76, BF and 16. RGB value is (118,191,22). Sum of RGB (Red+Green+Blue) = 118+191+22=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BF16 is #8940E9. Grayscale: #969696. Windows color (decimal): -8995050 or 1490806. OLE color: 1490806.

HSL color Cylindrical-coordinate representation of color #76BF16: hue angle of 85.92º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76BF16 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 191 22 -
CMYK 0.38 0 0.88 0.25
HSL 85.92º 0.79% 0.42% -
HSV(B) 85.92º 0.88% 0.75% -
XYZ 26.25 41.17 7.32 -
YUV 149.91 55.82 105.24 -
System Red Green Blue C M Y K H S L
Decimal 118 191 22 0.38 0 0.88 0.25 85.92 0.79 0.42
Hex 76 BF 16 26 0 58 19 56 4F 2A
Octal 166 277 26 46 0 130 31 126 117 52
Binary 1110110 10111111 10110 100110 0 1011000 11001 1010110 1001111 101010

Color Harmonies of #76BF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF16

Black with #76BF16

Text Example


Text Example

White with #76BF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,191,22); }

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

background-color css

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

 a { background-color: rgb(118,191,22); }

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

border-color css

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

 span { border-color: rgb(118,191,22); }

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