Html Css Color HEX #70DD28 Yellow Green

📋 copy color: '#70DD28'

red 112 ◦ green 221 ◦ blue 40

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

Shades of Yellow Green #70DD28

Tints of Yellow Green #70DD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 30.03%
G = 59.25%
B = 10.72%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#70DD28 (or 0x70DD28) is known color: Yellow Green. HEX triplet: 70, DD and 28. RGB value is (112,221,40). Sum of RGB (Red+Green+Blue) = 112+221+40=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DD28 is #8F22D7. Grayscale: #A8A8A8. Windows color (decimal): -9380568 or 2678128. OLE color: 2678128.

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

Color convert

RGB 112 221 40 -
CMYK 0.49 0 0.82 0.13
HSL 96.13º 0.73% 0.51% -
HSV(B) 96.13º 0.82% 0.87% -
XYZ 32.92 55.31 10.95 -
YUV 167.78 55.89 88.22 -
System Red Green Blue C M Y K H S L
Decimal 112 221 40 0.49 0 0.82 0.13 96.13 0.73 0.51
Hex 70 DD 28 31 0 52 D 60 49 33
Octal 160 335 50 61 0 122 15 140 111 63
Binary 1110000 11011101 101000 110001 0 1010010 1101 1100000 1001001 110011

Color Harmonies of #70DD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD28

Black with #70DD28

Text Example


Text Example

White with #70DD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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