Html Css Color HEX #70DD5D Pastel Green

📋 copy color: '#70DD5D'

red 112 ◦ green 221 ◦ blue 93

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

Shades of Pastel Green #70DD5D

Tints of Pastel Green #70DD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.83%

R = 26.29%
G = 51.88%
B = 21.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#70DD5D (or 0x70DD5D) is known color: Pastel Green. HEX triplet: 70, DD and 5D. RGB value is (112,221,93). Sum of RGB (Red+Green+Blue) = 112+221+93=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DD5D is #8F22A2. Grayscale: #AEAEAE. Windows color (decimal): -9380515 or 6151536. OLE color: 6151536.

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

Color convert

RGB 112 221 93 -
CMYK 0.49 0 0.58 0.13
HSL 111.09º 0.65% 0.62% -
HSV(B) 111.09º 0.58% 0.87% -
XYZ 34.51 55.95 19.34 -
YUV 173.82 82.39 83.91 -
System Red Green Blue C M Y K H S L
Decimal 112 221 93 0.49 0 0.58 0.13 111.09 0.65 0.62
Hex 70 DD 5D 31 0 3A D 6F 41 3E
Octal 160 335 135 61 0 72 15 157 101 76
Binary 1110000 11011101 1011101 110001 0 111010 1101 1101111 1000001 111110

Color Harmonies of #70DD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD5D

Black with #70DD5D

Text Example


Text Example

White with #70DD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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