Html Css Color HEX #70DD6E Pastel Green

📋 copy color: '#70DD6E'

red 112 ◦ green 221 ◦ blue 110

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

Shades of Pastel Green #70DD6E

Tints of Pastel Green #70DD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.83%

R = 25.28%
G = 49.89%
B = 24.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#70DD6E (or 0x70DD6E) is known color: Pastel Green. HEX triplet: 70, DD and 6E. RGB value is (112,221,110). Sum of RGB (Red+Green+Blue) = 112+221+110=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DD6E is #8F2291. Grayscale: #B0B0B0. Windows color (decimal): -9380498 or 7265648. OLE color: 7265648.

HSL color Cylindrical-coordinate representation of color #70DD6E: hue angle of 118.92º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DD6E is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 110 -
CMYK 0.49 0 0.50 0.13
HSL 118.92º 0.62% 0.65% -
HSV(B) 118.92º 0.5% 0.87% -
XYZ 35.35 56.28 23.75 -
YUV 175.76 90.89 82.53 -
System Red Green Blue C M Y K H S L
Decimal 112 221 110 0.49 0 0.50 0.13 118.92 0.62 0.65
Hex 70 DD 6E 31 0 32 D 77 3E 41
Octal 160 335 156 61 0 62 15 167 76 101
Binary 1110000 11011101 1101110 110001 0 110010 1101 1110111 111110 1000001

Color Harmonies of #70DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD6E

Black with #70DD6E

Text Example


Text Example

White with #70DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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