Html Css Color HEX #76F812 Lawn Green

📋 copy color: '#76F812'

red 118 ◦ green 248 ◦ blue 18

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

Shades of Lawn Green #76F812

Tints of Lawn Green #76F812

RGB

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

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

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

R = 30.73%
G = 64.58%
B = 4.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#76F812 (or 0x76F812) is known color: Lawn Green. HEX triplet: 76, F8 and 12. RGB value is (118,248,18). Sum of RGB (Red+Green+Blue) = 118+248+18=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 248 (97.27% from 255 or 64.58% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 248 - color contains mainly: green. Hex color #76F812 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76F812 is #8907ED. Grayscale: #B7B7B7. Windows color (decimal): -8980462 or 1243254. OLE color: 1243254.

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

Color convert

RGB 118 248 18 -
CMYK 0.52 0 0.93 0.03
HSL 93.91º 0.94% 0.52% -
HSV(B) 93.91º 0.93% 0.97% -
XYZ 41.15 71.03 12.11 -
YUV 182.91 34.93 81.7 -
System Red Green Blue C M Y K H S L
Decimal 118 248 18 0.52 0 0.93 0.03 93.91 0.94 0.52
Hex 76 F8 12 34 0 5D 3 5E 5E 34
Octal 166 370 22 64 0 135 3 136 136 64
Binary 1110110 11111000 10010 110100 0 1011101 11 1011110 1011110 110100

Color Harmonies of #76F812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F812

Black with #76F812

Text Example


Text Example

White with #76F812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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