Html Css Color HEX #70D820 Kelly Green

📋 copy color: '#70D820'

red 112 ◦ green 216 ◦ blue 32

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

Shades of Kelly Green #70D820

Tints of Kelly Green #70D820

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60%

 BLUE value IS 32 (12.89% from 255) = 8.89%

R = 31.11%
G = 60%
B = 8.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#70D820 (or 0x70D820) is known color: Kelly Green. HEX triplet: 70, D8 and 20. RGB value is (112,216,32). Sum of RGB (Red+Green+Blue) = 112+216+32=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #70D820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D820 is #8F27DF. Grayscale: #A4A4A4. Windows color (decimal): -9381856 or 2152560. OLE color: 2152560.

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

Color convert

RGB 112 216 32 -
CMYK 0.48 0 0.85 0.15
HSL 93.91º 0.74% 0.49% -
HSV(B) 93.91º 0.85% 0.85% -
XYZ 31.5 52.66 9.87 -
YUV 163.93 53.54 90.96 -
System Red Green Blue C M Y K H S L
Decimal 112 216 32 0.48 0 0.85 0.15 93.91 0.74 0.49
Hex 70 D8 20 30 0 55 F 5E 4A 31
Octal 160 330 40 60 0 125 17 136 112 61
Binary 1110000 11011000 100000 110000 0 1010101 1111 1011110 1001010 110001

Color Harmonies of #70D820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D820

Black with #70D820

Text Example


Text Example

White with #70D820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,216,32); }

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

background-color css

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

 a { background-color: rgb(112,216,32); }

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

border-color css

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

 span { border-color: rgb(112,216,32); }

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