Html Css Color HEX #70E175 Pastel Green

📋 copy color: '#70E175'

red 112 ◦ green 225 ◦ blue 117

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

Shades of Pastel Green #70E175

Tints of Pastel Green #70E175

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.56%

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

R = 24.67%
G = 49.56%
B = 25.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#70E175 (or 0x70E175) is known color: Pastel Green. HEX triplet: 70, E1 and 75. RGB value is (112,225,117). Sum of RGB (Red+Green+Blue) = 112+225+117=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #70E175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E175 is #8F1E8A. Grayscale: #B3B3B3. Windows color (decimal): -9379467 or 7725424. OLE color: 7725424.

HSL color Cylindrical-coordinate representation of color #70E175: hue angle of 122.65º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E175 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 117 -
CMYK 0.50 0 0.48 0.12
HSL 122.65º 0.65% 0.66% -
HSV(B) 122.65º 0.5% 0.88% -
XYZ 36.82 58.58 26.2 -
YUV 178.9 93.06 80.28 -
System Red Green Blue C M Y K H S L
Decimal 112 225 117 0.50 0 0.48 0.12 122.65 0.65 0.66
Hex 70 E1 75 32 0 30 C 7B 41 42
Octal 160 341 165 62 0 60 14 173 101 102
Binary 1110000 11100001 1110101 110010 0 110000 1100 1111011 1000001 1000010

Color Harmonies of #70E175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E175

Black with #70E175

Text Example


Text Example

White with #70E175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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