Html Css Color HEX #70DC29 Yellow Green

📋 copy color: '#70DC29'

red 112 ◦ green 220 ◦ blue 41

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

Shades of Yellow Green #70DC29

Tints of Yellow Green #70DC29

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.98%

 BLUE value IS 41 (16.41% from 255) = 10.99%

R = 30.03%
G = 58.98%
B = 10.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#70DC29 (or 0x70DC29) is known color: Yellow Green. HEX triplet: 70, DC and 29. RGB value is (112,220,41). Sum of RGB (Red+Green+Blue) = 112+220+41=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DC29 is #8F23D6. Grayscale: #A7A7A7. Windows color (decimal): -9380823 or 2743408. OLE color: 2743408.

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

Color convert

RGB 112 220 41 -
CMYK 0.49 0 0.81 0.14
HSL 96.2º 0.72% 0.51% -
HSV(B) 96.2º 0.81% 0.86% -
XYZ 32.68 54.79 10.95 -
YUV 167.3 56.72 88.55 -
System Red Green Blue C M Y K H S L
Decimal 112 220 41 0.49 0 0.81 0.14 96.2 0.72 0.51
Hex 70 DC 29 31 0 51 E 60 48 33
Octal 160 334 51 61 0 121 16 140 110 63
Binary 1110000 11011100 101001 110001 0 1010001 1110 1100000 1001000 110011

Color Harmonies of #70DC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DC29

Black with #70DC29

Text Example


Text Example

White with #70DC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,220,41); }

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

background-color css

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

 a { background-color: rgb(112,220,41); }

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

border-color css

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

 span { border-color: rgb(112,220,41); }

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