Html Css Color HEX #70E48F Pastel Green

📋 copy color: '#70E48F'

red 112 ◦ green 228 ◦ blue 143

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

Shades of Pastel Green #70E48F

Tints of Pastel Green #70E48F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.2%

 BLUE value IS 143 (56.25% from 255) = 29.61%

R = 23.19%
G = 47.2%
B = 29.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#70E48F (or 0x70E48F) is known color: Pastel Green. HEX triplet: 70, E4 and 8F. RGB value is (112,228,143). Sum of RGB (Red+Green+Blue) = 112+228+143=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #70E48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E48F is #8F1B70. Grayscale: #B7B7B7. Windows color (decimal): -9378673 or 9430128. OLE color: 9430128.

HSL color Cylindrical-coordinate representation of color #70E48F: hue angle of 136.03º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E48F is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 228 143 -
CMYK 0.51 0 0.37 0.11
HSL 136.03º 0.68% 0.67% -
HSV(B) 136.03º 0.51% 0.89% -
XYZ 39.38 60.91 35.67 -
YUV 183.63 105.07 76.91 -
System Red Green Blue C M Y K H S L
Decimal 112 228 143 0.51 0 0.37 0.11 136.03 0.68 0.67
Hex 70 E4 8F 33 0 25 B 88 44 43
Octal 160 344 217 63 0 45 13 210 104 103
Binary 1110000 11100100 10001111 110011 0 100101 1011 10001000 1000100 1000011

Color Harmonies of #70E48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E48F

Black with #70E48F

Text Example


Text Example

White with #70E48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,228,143); }

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

background-color css

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

 a { background-color: rgb(112,228,143); }

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

border-color css

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

 span { border-color: rgb(112,228,143); }

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