Html Css Color HEX #76D40D Lawn Green

📋 copy color: '#76D40D'

red 118 ◦ green 212 ◦ blue 13

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

Shades of Lawn Green #76D40D

Tints of Lawn Green #76D40D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 61.81%

 BLUE value IS 13 (5.47% from 255) = 3.79%

R = 34.4%
G = 61.81%
B = 3.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#76D40D (or 0x76D40D) is known color: Lawn Green. HEX triplet: 76, D4 and 0D. RGB value is (118,212,13). Sum of RGB (Red+Green+Blue) = 118+212+13=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 212 (83.20% from 255 or 61.81% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 212 - color contains mainly: green. Hex color #76D40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D40D is #892BF2. Grayscale: #A1A1A1. Windows color (decimal): -8989683 or 906358. OLE color: 906358.

HSL color Cylindrical-coordinate representation of color #76D40D: hue angle of 88.34º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76D40D is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 118 212 13 -
CMYK 0.44 0 0.94 0.17
HSL 88.34º 0.88% 0.44% -
HSV(B) 88.34º 0.94% 0.83% -
XYZ 31.09 50.97 8.58 -
YUV 161.21 44.36 97.18 -
System Red Green Blue C M Y K H S L
Decimal 118 212 13 0.44 0 0.94 0.17 88.34 0.88 0.44
Hex 76 D4 D 2C 0 5E 11 58 58 2C
Octal 166 324 15 54 0 136 21 130 130 54
Binary 1110110 11010100 1101 101100 0 1011110 10001 1011000 1011000 101100

Color Harmonies of #76D40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D40D

Black with #76D40D

Text Example


Text Example

White with #76D40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,212,13); }

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

background-color css

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

 a { background-color: rgb(118,212,13); }

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

border-color css

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

 span { border-color: rgb(118,212,13); }

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