Html Css Color HEX #76F80A Lawn Green

📋 copy color: '#76F80A'

red 118 ◦ green 248 ◦ blue 10

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

Shades of Lawn Green #76F80A

Tints of Lawn Green #76F80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.66%

R = 31.38%
G = 65.96%
B = 2.66%

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

#76F80A (or 0x76F80A) is known color: Lawn Green. HEX triplet: 76, F8 and 0A. RGB value is (118,248,10). Sum of RGB (Red+Green+Blue) = 118+248+10=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 248 (97.27% from 255 or 65.96% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 248 - color contains mainly: green. Hex color #76F80A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76F80A is #8907F5. Grayscale: #B6B6B6. Windows color (decimal): -8980470 or 718966. OLE color: 718966.

HSL color Cylindrical-coordinate representation of color #76F80A: hue angle of 92.77º 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 #76F80A is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 248 10 -
CMYK 0.52 0 0.96 0.03
HSL 92.77º 0.94% 0.51% -
HSV(B) 92.77º 0.96% 0.97% -
XYZ 41.09 71.01 11.83 -
YUV 182 30.93 82.35 -
System Red Green Blue C M Y K H S L
Decimal 118 248 10 0.52 0 0.96 0.03 92.77 0.94 0.51
Hex 76 F8 A 34 0 60 3 5D 5E 33
Octal 166 370 12 64 0 140 3 135 136 63
Binary 1110110 11111000 1010 110100 0 1100000 11 1011101 1011110 110011

Color Harmonies of #76F80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F80A

Black with #76F80A

Text Example


Text Example

White with #76F80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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