Html Css Color HEX #70DB28 Yellow Green

📋 copy color: '#70DB28'

red 112 ◦ green 219 ◦ blue 40

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

Shades of Yellow Green #70DB28

Tints of Yellow Green #70DB28

RGB

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

 GREEN value IS 219 (85.94% from 255) = 59.03%

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

R = 30.19%
G = 59.03%
B = 10.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#70DB28 (or 0x70DB28) is known color: Yellow Green. HEX triplet: 70, DB and 28. RGB value is (112,219,40). Sum of RGB (Red+Green+Blue) = 112+219+40=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DB28 is #8F24D7. Grayscale: #A7A7A7. Windows color (decimal): -9381080 or 2677616. OLE color: 2677616.

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

Color convert

RGB 112 219 40 -
CMYK 0.49 0 0.82 0.14
HSL 95.87º 0.71% 0.51% -
HSV(B) 95.87º 0.82% 0.86% -
XYZ 32.4 54.26 10.77 -
YUV 166.6 56.55 89.05 -
System Red Green Blue C M Y K H S L
Decimal 112 219 40 0.49 0 0.82 0.14 95.87 0.71 0.51
Hex 70 DB 28 31 0 52 E 60 47 33
Octal 160 333 50 61 0 122 16 140 107 63
Binary 1110000 11011011 101000 110001 0 1010010 1110 1100000 1000111 110011

Color Harmonies of #70DB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DB28

Black with #70DB28

Text Example


Text Example

White with #70DB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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