Html Css Color HEX #76F80B Lawn Green

📋 copy color: '#76F80B'

red 118 ◦ green 248 ◦ blue 11

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

Shades of Lawn Green #76F80B

Tints of Lawn Green #76F80B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 65.78%

 BLUE value IS 11 (4.69% from 255) = 2.92%

R = 31.3%
G = 65.78%
B = 2.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#76F80B (or 0x76F80B) is known color: Lawn Green. HEX triplet: 76, F8 and 0B. RGB value is (118,248,11). Sum of RGB (Red+Green+Blue) = 118+248+11=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 248 (97.27% from 255 or 65.78% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 248 - color contains mainly: green. Hex color #76F80B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76F80B is #8907F4. Grayscale: #B6B6B6. Windows color (decimal): -8980469 or 784502. OLE color: 784502.

HSL color Cylindrical-coordinate representation of color #76F80B: hue angle of 92.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76F80B is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 248 11 -
CMYK 0.52 0 0.96 0.03
HSL 92.91º 0.94% 0.51% -
HSV(B) 92.91º 0.96% 0.97% -
XYZ 41.1 71.01 11.86 -
YUV 182.11 31.43 82.27 -
System Red Green Blue C M Y K H S L
Decimal 118 248 11 0.52 0 0.96 0.03 92.91 0.94 0.51
Hex 76 F8 B 34 0 60 3 5D 5E 33
Octal 166 370 13 64 0 140 3 135 136 63
Binary 1110110 11111000 1011 110100 0 1100000 11 1011101 1011110 110011

Color Harmonies of #76F80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F80B

Black with #76F80B

Text Example


Text Example

White with #76F80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,248,11); }

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

background-color css

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

 a { background-color: rgb(118,248,11); }

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

border-color css

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

 span { border-color: rgb(118,248,11); }

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