Html Css Color HEX #70DA16 Lawn Green

📋 copy color: '#70DA16'

red 112 ◦ green 218 ◦ blue 22

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

Shades of Lawn Green #70DA16

Tints of Lawn Green #70DA16

RGB

 RED value IS 112 (44.14% from 255) = 31.82%

 GREEN value IS 218 (85.55% from 255) = 61.93%

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

R = 31.82%
G = 61.93%
B = 6.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#70DA16 (or 0x70DA16) is known color: Lawn Green. HEX triplet: 70, DA and 16. RGB value is (112,218,22). Sum of RGB (Red+Green+Blue) = 112+218+22=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DA16 is #8F25E9. Grayscale: #A4A4A4. Windows color (decimal): -9381354 or 1497712. OLE color: 1497712.

HSL color Cylindrical-coordinate representation of color #70DA16: hue angle of 92.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70DA16 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 22 -
CMYK 0.49 0 0.90 0.15
HSL 92.45º 0.82% 0.47% -
HSV(B) 92.45º 0.9% 0.85% -
XYZ 31.9 53.65 9.43 -
YUV 163.96 47.88 90.94 -
System Red Green Blue C M Y K H S L
Decimal 112 218 22 0.49 0 0.90 0.15 92.45 0.82 0.47
Hex 70 DA 16 31 0 5A F 5C 52 2F
Octal 160 332 26 61 0 132 17 134 122 57
Binary 1110000 11011010 10110 110001 0 1011010 1111 1011100 1010010 101111

Color Harmonies of #70DA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA16

Black with #70DA16

Text Example


Text Example

White with #70DA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70DA16; }

 p { color: rgb(112,218,22); }

 H1.HeaderClassName
 {
   color: #70DA16;
 }
 .AnyTagClassName
 {
   color: #70DA16;
 }
</style>

background-color css

<style>
 a { background-color: #70DA16; }

 a { background-color: rgb(112,218,22); }

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

border-color css

<style>
 span { border-color: #70DA16; }

 span { border-color: rgb(112,218,22); }

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