Html Css Color HEX #76DC16 Lawn Green

📋 copy color: '#76DC16'

red 118 ◦ green 220 ◦ blue 22

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

Shades of Lawn Green #76DC16

Tints of Lawn Green #76DC16

RGB

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

 GREEN value IS 220 (86.33% from 255) = 61.11%

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

R = 32.78%
G = 61.11%
B = 6.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#76DC16 (or 0x76DC16) is known color: Lawn Green. HEX triplet: 76, DC and 16. RGB value is (118,220,22). Sum of RGB (Red+Green+Blue) = 118+220+22=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76DC16 is #8923E9. Grayscale: #A7A7A7. Windows color (decimal): -8987626 or 1498230. OLE color: 1498230.

HSL color Cylindrical-coordinate representation of color #76DC16: hue angle of 90.91º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76DC16 is Cyan = 0.46, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 220 22 -
CMYK 0.46 0 0.9 0.14
HSL 90.91º 0.82% 0.47% -
HSV(B) 90.91º 0.9% 0.86% -
XYZ 33.21 55.1 9.64 -
YUV 166.93 46.21 93.1 -
System Red Green Blue C M Y K H S L
Decimal 118 220 22 0.46 0 0.9 0.14 90.91 0.82 0.47
Hex 76 DC 16 2E 0 5A E 5B 52 2F
Octal 166 334 26 56 0 132 16 133 122 57
Binary 1110110 11011100 10110 101110 0 1011010 1110 1011011 1010010 101111

Color Harmonies of #76DC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DC16

Black with #76DC16

Text Example


Text Example

White with #76DC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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