Html Css Color HEX #70F887 Pastel Green

📋 copy color: '#70F887'

red 112 ◦ green 248 ◦ blue 135

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

Shades of Pastel Green #70F887

Tints of Pastel Green #70F887

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.1%

 BLUE value IS 135 (53.13% from 255) = 27.27%

R = 22.63%
G = 50.1%
B = 27.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#70F887 (or 0x70F887) is known color: Pastel Green. HEX triplet: 70, F8 and 87. RGB value is (112,248,135). Sum of RGB (Red+Green+Blue) = 112+248+135=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #70F887 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F887 is #8F0778. Grayscale: #C2C2C2. Windows color (decimal): -9373561 or 8910960. OLE color: 8910960.

HSL color Cylindrical-coordinate representation of color #70F887: hue angle of 130.15º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F887 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 248 135 -
CMYK 0.55 0 0.46 0.03
HSL 130.15º 0.91% 0.71% -
HSV(B) 130.15º 0.55% 0.97% -
XYZ 44.62 72.33 34.53 -
YUV 194.45 94.44 69.19 -
System Red Green Blue C M Y K H S L
Decimal 112 248 135 0.55 0 0.46 0.03 130.15 0.91 0.71
Hex 70 F8 87 37 0 2E 3 82 5B 47
Octal 160 370 207 67 0 56 3 202 133 107
Binary 1110000 11111000 10000111 110111 0 101110 11 10000010 1011011 1000111

Color Harmonies of #70F887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F887

Black with #70F887

Text Example


Text Example

White with #70F887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,248,135); }

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

background-color css

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

 a { background-color: rgb(112,248,135); }

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

border-color css

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

 span { border-color: rgb(112,248,135); }

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