Html Css Color HEX #70D821 Kelly Green

📋 copy color: '#70D821'

red 112 ◦ green 216 ◦ blue 33

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

Shades of Kelly Green #70D821

Tints of Kelly Green #70D821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.14%

R = 31.02%
G = 59.83%
B = 9.14%

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

#70D821 (or 0x70D821) is known color: Kelly Green. HEX triplet: 70, D8 and 21. RGB value is (112,216,33). Sum of RGB (Red+Green+Blue) = 112+216+33=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #70D821 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D821 is #8F27DE. Grayscale: #A4A4A4. Windows color (decimal): -9381855 or 2218096. OLE color: 2218096.

HSL color Cylindrical-coordinate representation of color #70D821: hue angle of 94.1º degrees, saturation: 0.73, 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 #70D821 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 33 -
CMYK 0.48 0 0.85 0.15
HSL 94.1º 0.73% 0.49% -
HSV(B) 94.1º 0.85% 0.85% -
XYZ 31.51 52.67 9.94 -
YUV 164.04 54.04 90.88 -
System Red Green Blue C M Y K H S L
Decimal 112 216 33 0.48 0 0.85 0.15 94.1 0.73 0.49
Hex 70 D8 21 30 0 55 F 5E 49 31
Octal 160 330 41 60 0 125 17 136 111 61
Binary 1110000 11011000 100001 110000 0 1010101 1111 1011110 1001001 110001

Color Harmonies of #70D821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D821

Black with #70D821

Text Example


Text Example

White with #70D821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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