#70DA01

Color #70DA01 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #70DA01

Tints of Lawn Green #70DA01

Color information

#70DA01 (or 0x70DA01) is unknown color: approx Lawn Green. HEX triplet: 70, DA and 01. RGB value is (112,218,1). Sum of RGB (Red+Green+Blue) = 112+218+1=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 218 (85.55% from 255 or 65.86% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DA01 is #8F25FE. Grayscale: #A2A2A2. Windows color (decimal): -9381375 or 121456. OLE color: 121456.

HSL color Cylindrical-coordinate representation of color #70DA01: hue angle of 89.31º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70DA01 is Cyan = 0.49, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB1122181-
CMYK0.4901.000.15
HSL89.31º99.09%42.94%-
HSV(B)89.31º99.54%85.49%-
XYZ31.7653.598.7-
YUV161.5737.3892.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 218 (85.55% from 255) = 65.86%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=33.84%
G=65.86%
B=0.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11221810.4901.000.1589.3199.0942.94
Hex70DA131064F59632b
Octal16033216101441713114353
Binary111000011011010111000101100100111110110011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70DA01;
 }
 .AnyTagClassName
 {
   color: #70DA01;
 }
</style>
background-color css

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

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

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

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

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

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