Html Css Color HEX #70EF87 Pastel Green

📋 copy color: '#70EF87'

red 112 ◦ green 239 ◦ blue 135

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

Shades of Pastel Green #70EF87

Tints of Pastel Green #70EF87

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.18%

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

R = 23.05%
G = 49.18%
B = 27.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#70EF87 (or 0x70EF87) is known color: Pastel Green. HEX triplet: 70, EF and 87. RGB value is (112,239,135). Sum of RGB (Red+Green+Blue) = 112+239+135=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF87 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EF87 is #8F1078. Grayscale: #BDBDBD. Windows color (decimal): -9375865 or 8908656. OLE color: 8908656.

HSL color Cylindrical-coordinate representation of color #70EF87: hue angle of 130.87º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EF87 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 135 -
CMYK 0.53 0 0.44 0.06
HSL 130.87º 0.8% 0.69% -
HSV(B) 130.87º 0.53% 0.94% -
XYZ 41.92 66.93 33.63 -
YUV 189.17 97.42 72.96 -
System Red Green Blue C M Y K H S L
Decimal 112 239 135 0.53 0 0.44 0.06 130.87 0.8 0.69
Hex 70 EF 87 35 0 2C 6 83 50 45
Octal 160 357 207 65 0 54 6 203 120 105
Binary 1110000 11101111 10000111 110101 0 101100 110 10000011 1010000 1000101

Color Harmonies of #70EF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EF87

Black with #70EF87

Text Example


Text Example

White with #70EF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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