Html Css Color HEX #70DD75 Pastel Green

📋 copy color: '#70DD75'

red 112 ◦ green 221 ◦ blue 117

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

Shades of Pastel Green #70DD75

Tints of Pastel Green #70DD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26%

R = 24.89%
G = 49.11%
B = 26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#70DD75 (or 0x70DD75) is known color: Pastel Green. HEX triplet: 70, DD and 75. RGB value is (112,221,117). Sum of RGB (Red+Green+Blue) = 112+221+117=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DD75 is #8F228A. Grayscale: #B0B0B0. Windows color (decimal): -9380491 or 7724400. OLE color: 7724400.

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

Color convert

RGB 112 221 117 -
CMYK 0.49 0 0.47 0.13
HSL 122.75º 0.62% 0.65% -
HSV(B) 122.75º 0.49% 0.87% -
XYZ 35.75 56.44 25.84 -
YUV 176.55 94.39 81.96 -
System Red Green Blue C M Y K H S L
Decimal 112 221 117 0.49 0 0.47 0.13 122.75 0.62 0.65
Hex 70 DD 75 31 0 2F D 7B 3E 41
Octal 160 335 165 61 0 57 15 173 76 101
Binary 1110000 11011101 1110101 110001 0 101111 1101 1111011 111110 1000001

Color Harmonies of #70DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD75

Black with #70DD75

Text Example


Text Example

White with #70DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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