Html Css Color HEX #70DD0B Lawn Green

📋 copy color: '#70DD0B'

red 112 ◦ green 221 ◦ blue 11

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

Shades of Lawn Green #70DD0B

Tints of Lawn Green #70DD0B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 64.24%

 BLUE value IS 11 (4.69% from 255) = 3.2%

R = 32.56%
G = 64.24%
B = 3.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#70DD0B (or 0x70DD0B) is known color: Lawn Green. HEX triplet: 70, DD and 0B. RGB value is (112,221,11). Sum of RGB (Red+Green+Blue) = 112+221+11=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DD0B is #8F22F4. Grayscale: #A5A5A5. Windows color (decimal): -9380597 or 777584. OLE color: 777584.

HSL color Cylindrical-coordinate representation of color #70DD0B: hue angle of 91.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70DD0B is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 11 -
CMYK 0.49 0 0.95 0.13
HSL 91.14º 0.91% 0.45% -
HSV(B) 91.14º 0.95% 0.87% -
XYZ 32.6 55.18 9.25 -
YUV 164.47 41.39 90.58 -
System Red Green Blue C M Y K H S L
Decimal 112 221 11 0.49 0 0.95 0.13 91.14 0.91 0.45
Hex 70 DD B 31 0 5F D 5B 5B 2D
Octal 160 335 13 61 0 137 15 133 133 55
Binary 1110000 11011101 1011 110001 0 1011111 1101 1011011 1011011 101101

Color Harmonies of #70DD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD0B

Black with #70DD0B

Text Example


Text Example

White with #70DD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,221,11); }

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

background-color css

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

 a { background-color: rgb(112,221,11); }

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

border-color css

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

 span { border-color: rgb(112,221,11); }

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