Html Css Color HEX #70DD5E Pastel Green

📋 copy color: '#70DD5E'

red 112 ◦ green 221 ◦ blue 94

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

Shades of Pastel Green #70DD5E

Tints of Pastel Green #70DD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.01%

R = 26.23%
G = 51.76%
B = 22.01%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#70DD5E (or 0x70DD5E) is known color: Pastel Green. HEX triplet: 70, DD and 5E. RGB value is (112,221,94). Sum of RGB (Red+Green+Blue) = 112+221+94=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DD5E is #8F22A1. Grayscale: #AEAEAE. Windows color (decimal): -9380514 or 6217072. OLE color: 6217072.

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

Color convert

RGB 112 221 94 -
CMYK 0.49 0 0.57 0.13
HSL 111.5º 0.65% 0.62% -
HSV(B) 111.5º 0.57% 0.87% -
XYZ 34.56 55.97 19.57 -
YUV 173.93 82.89 83.83 -
System Red Green Blue C M Y K H S L
Decimal 112 221 94 0.49 0 0.57 0.13 111.5 0.65 0.62
Hex 70 DD 5E 31 0 39 D 6F 41 3E
Octal 160 335 136 61 0 71 15 157 101 76
Binary 1110000 11011101 1011110 110001 0 111001 1101 1101111 1000001 111110

Color Harmonies of #70DD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD5E

Black with #70DD5E

Text Example


Text Example

White with #70DD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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