Html Css Color HEX #70DD5F Pastel Green

📋 copy color: '#70DD5F'

red 112 ◦ green 221 ◦ blue 95

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

Shades of Pastel Green #70DD5F

Tints of Pastel Green #70DD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.2%

R = 26.17%
G = 51.64%
B = 22.2%

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

#70DD5F (or 0x70DD5F) is known color: Pastel Green. HEX triplet: 70, DD and 5F. RGB value is (112,221,95). Sum of RGB (Red+Green+Blue) = 112+221+95=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DD5F is #8F22A0. Grayscale: #AEAEAE. Windows color (decimal): -9380513 or 6282608. OLE color: 6282608.

HSL color Cylindrical-coordinate representation of color #70DD5F: hue angle of 111.9º 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 #70DD5F is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 95 -
CMYK 0.49 0 0.57 0.13
HSL 111.9º 0.65% 0.62% -
HSV(B) 111.9º 0.57% 0.87% -
XYZ 34.6 55.98 19.81 -
YUV 174.05 83.39 83.75 -
System Red Green Blue C M Y K H S L
Decimal 112 221 95 0.49 0 0.57 0.13 111.9 0.65 0.62
Hex 70 DD 5F 31 0 39 D 70 41 3E
Octal 160 335 137 61 0 71 15 160 101 76
Binary 1110000 11011101 1011111 110001 0 111001 1101 1110000 1000001 111110

Color Harmonies of #70DD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD5F

Black with #70DD5F

Text Example


Text Example

White with #70DD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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