Html Css Color HEX #76BF12 Lima

📋 copy color: '#76BF12'

red 118 ◦ green 191 ◦ blue 18

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

Shades of Lima #76BF12

Tints of Lima #76BF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.5%

R = 36.09%
G = 58.41%
B = 5.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#76BF12 (or 0x76BF12) is known color: Lima. HEX triplet: 76, BF and 12. RGB value is (118,191,18). Sum of RGB (Red+Green+Blue) = 118+191+18=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BF12 is #8940ED. Grayscale: #969696. Windows color (decimal): -8995054 or 1228662. OLE color: 1228662.

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

Color convert

RGB 118 191 18 -
CMYK 0.38 0 0.91 0.25
HSL 85.32º 0.83% 0.41% -
HSV(B) 85.32º 0.91% 0.75% -
XYZ 26.21 41.16 7.13 -
YUV 149.45 53.82 105.57 -
System Red Green Blue C M Y K H S L
Decimal 118 191 18 0.38 0 0.91 0.25 85.32 0.83 0.41
Hex 76 BF 12 26 0 5B 19 55 53 29
Octal 166 277 22 46 0 133 31 125 123 51
Binary 1110110 10111111 10010 100110 0 1011011 11001 1010101 1010011 101001

Color Harmonies of #76BF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF12

Black with #76BF12

Text Example


Text Example

White with #76BF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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