Html Css Color HEX #70E87F Pastel Green

📋 copy color: '#70E87F'

red 112 ◦ green 232 ◦ blue 127

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

Shades of Pastel Green #70E87F

Tints of Pastel Green #70E87F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.26%

 BLUE value IS 127 (50% from 255) = 26.96%

R = 23.78%
G = 49.26%
B = 26.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#70E87F (or 0x70E87F) is known color: Pastel Green. HEX triplet: 70, E8 and 7F. RGB value is (112,232,127). Sum of RGB (Red+Green+Blue) = 112+232+127=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #70E87F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E87F is #8F1780. Grayscale: #B8B8B8. Windows color (decimal): -9377665 or 8382576. OLE color: 8382576.

HSL color Cylindrical-coordinate representation of color #70E87F: hue angle of 127.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E87F is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 232 127 -
CMYK 0.52 0 0.45 0.09
HSL 127.5º 0.72% 0.67% -
HSV(B) 127.5º 0.52% 0.91% -
XYZ 39.37 62.69 30.1 -
YUV 184.15 95.74 76.54 -
System Red Green Blue C M Y K H S L
Decimal 112 232 127 0.52 0 0.45 0.09 127.5 0.72 0.67
Hex 70 E8 7F 34 0 2D 9 80 48 43
Octal 160 350 177 64 0 55 11 200 110 103
Binary 1110000 11101000 1111111 110100 0 101101 1001 10000000 1001000 1000011

Color Harmonies of #70E87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E87F

Black with #70E87F

Text Example


Text Example

White with #70E87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,232,127); }

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

background-color css

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

 a { background-color: rgb(112,232,127); }

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

border-color css

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

 span { border-color: rgb(112,232,127); }

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