Html Css Color HEX #70DA19 Lawn Green

📋 copy color: '#70DA19'

red 112 ◦ green 218 ◦ blue 25

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

Shades of Lawn Green #70DA19

Tints of Lawn Green #70DA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.04%

R = 31.55%
G = 61.41%
B = 7.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#70DA19 (or 0x70DA19) is known color: Lawn Green. HEX triplet: 70, DA and 19. RGB value is (112,218,25). Sum of RGB (Red+Green+Blue) = 112+218+25=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 218 (85.55% from 255 or 61.41% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DA19 is #8F25E6. Grayscale: #A4A4A4. Windows color (decimal): -9381351 or 1694320. OLE color: 1694320.

HSL color Cylindrical-coordinate representation of color #70DA19: hue angle of 92.95º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70DA19 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 25 -
CMYK 0.49 0 0.89 0.15
HSL 92.95º 0.79% 0.48% -
HSV(B) 92.95º 0.89% 0.85% -
XYZ 31.93 53.66 9.59 -
YUV 164.3 49.38 90.69 -
System Red Green Blue C M Y K H S L
Decimal 112 218 25 0.49 0 0.89 0.15 92.95 0.79 0.48
Hex 70 DA 19 31 0 59 F 5D 4F 30
Octal 160 332 31 61 0 131 17 135 117 60
Binary 1110000 11011010 11001 110001 0 1011001 1111 1011101 1001111 110000

Color Harmonies of #70DA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA19

Black with #70DA19

Text Example


Text Example

White with #70DA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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