Html Css Color HEX #70ED89 Pastel Green

📋 copy color: '#70ED89'

red 112 ◦ green 237 ◦ blue 137

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

Shades of Pastel Green #70ED89

Tints of Pastel Green #70ED89

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.77%

 BLUE value IS 137 (53.91% from 255) = 28.19%

R = 23.05%
G = 48.77%
B = 28.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#70ED89 (or 0x70ED89) is known color: Pastel Green. HEX triplet: 70, ED and 89. RGB value is (112,237,137). Sum of RGB (Red+Green+Blue) = 112+237+137=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED89 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ED89 is #8F1276. Grayscale: #BCBCBC. Windows color (decimal): -9376375 or 9039216. OLE color: 9039216.

HSL color Cylindrical-coordinate representation of color #70ED89: hue angle of 132º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ED89 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 237 137 -
CMYK 0.53 0 0.42 0.07
HSL 132º 0.78% 0.68% -
HSV(B) 132º 0.53% 0.93% -
XYZ 41.48 65.82 34.18 -
YUV 188.23 99.09 73.63 -
System Red Green Blue C M Y K H S L
Decimal 112 237 137 0.53 0 0.42 0.07 132 0.78 0.68
Hex 70 ED 89 35 0 2A 7 84 4E 44
Octal 160 355 211 65 0 52 7 204 116 104
Binary 1110000 11101101 10001001 110101 0 101010 111 10000100 1001110 1000100

Color Harmonies of #70ED89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ED89

Black with #70ED89

Text Example


Text Example

White with #70ED89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,237,137); }

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

background-color css

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

 a { background-color: rgb(112,237,137); }

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

border-color css

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

 span { border-color: rgb(112,237,137); }

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