Html Css Color HEX #76F816 Lawn Green

📋 copy color: '#76F816'

red 118 ◦ green 248 ◦ blue 22

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

Shades of Lawn Green #76F816

Tints of Lawn Green #76F816

RGB

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

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

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

R = 30.41%
G = 63.92%
B = 5.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#76F816 (or 0x76F816) is known color: Lawn Green. HEX triplet: 76, F8 and 16. RGB value is (118,248,22). Sum of RGB (Red+Green+Blue) = 118+248+22=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 248 (97.27% from 255 or 63.92% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 248 - color contains mainly: green. Hex color #76F816 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76F816 is #8907E9. Grayscale: #B8B8B8. Windows color (decimal): -8980458 or 1505398. OLE color: 1505398.

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

Color convert

RGB 118 248 22 -
CMYK 0.52 0 0.91 0.03
HSL 94.51º 0.94% 0.53% -
HSV(B) 94.51º 0.91% 0.97% -
XYZ 41.18 71.04 12.3 -
YUV 183.37 36.93 81.38 -
System Red Green Blue C M Y K H S L
Decimal 118 248 22 0.52 0 0.91 0.03 94.51 0.94 0.53
Hex 76 F8 16 34 0 5B 3 5F 5E 35
Octal 166 370 26 64 0 133 3 137 136 65
Binary 1110110 11111000 10110 110100 0 1011011 11 1011111 1011110 110101

Color Harmonies of #76F816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F816

Black with #76F816

Text Example


Text Example

White with #76F816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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