Html Css Color HEX #70D719 Lawn Green

📋 copy color: '#70D719'

red 112 ◦ green 215 ◦ blue 25

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

Shades of Lawn Green #70D719

Tints of Lawn Green #70D719

RGB

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

 GREEN value IS 215 (84.38% from 255) = 61.08%

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

R = 31.82%
G = 61.08%
B = 7.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#70D719 (or 0x70D719) is known color: Lawn Green. HEX triplet: 70, D7 and 19. RGB value is (112,215,25). Sum of RGB (Red+Green+Blue) = 112+215+25=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #70D719 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D719 is #8F28E6. Grayscale: #A3A3A3. Windows color (decimal): -9382119 or 1693552. OLE color: 1693552.

HSL color Cylindrical-coordinate representation of color #70D719: hue angle of 92.53º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70D719 is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 215 25 -
CMYK 0.48 0 0.88 0.16
HSL 92.53º 0.79% 0.47% -
HSV(B) 92.53º 0.88% 0.84% -
XYZ 31.16 52.12 9.34 -
YUV 162.54 50.38 91.95 -
System Red Green Blue C M Y K H S L
Decimal 112 215 25 0.48 0 0.88 0.16 92.53 0.79 0.47
Hex 70 D7 19 30 0 58 10 5D 4F 2F
Octal 160 327 31 60 0 130 20 135 117 57
Binary 1110000 11010111 11001 110000 0 1011000 10000 1011101 1001111 101111

Color Harmonies of #70D719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D719

Black with #70D719

Text Example


Text Example

White with #70D719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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