Html Css Color HEX #70E578 Pastel Green

📋 copy color: '#70E578'

red 112 ◦ green 229 ◦ blue 120

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

Shades of Pastel Green #70E578

Tints of Pastel Green #70E578

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.67%

 BLUE value IS 120 (47.27% from 255) = 26.03%

R = 24.3%
G = 49.67%
B = 26.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#70E578 (or 0x70E578) is known color: Pastel Green. HEX triplet: 70, E5 and 78. RGB value is (112,229,120). Sum of RGB (Red+Green+Blue) = 112+229+120=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #70E578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E578 is #8F1A87. Grayscale: #B5B5B5. Windows color (decimal): -9378440 or 7923056. OLE color: 7923056.

HSL color Cylindrical-coordinate representation of color #70E578: hue angle of 124.1º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E578 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 229 120 -
CMYK 0.51 0 0.48 0.10
HSL 124.1º 0.69% 0.67% -
HSV(B) 124.1º 0.51% 0.9% -
XYZ 38.09 60.84 27.5 -
YUV 181.59 93.24 78.36 -
System Red Green Blue C M Y K H S L
Decimal 112 229 120 0.51 0 0.48 0.10 124.1 0.69 0.67
Hex 70 E5 78 33 0 30 A 7C 45 43
Octal 160 345 170 63 0 60 12 174 105 103
Binary 1110000 11100101 1111000 110011 0 110000 1010 1111100 1000101 1000011

Color Harmonies of #70E578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E578

Black with #70E578

Text Example


Text Example

White with #70E578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,229,120); }

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

background-color css

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

 a { background-color: rgb(112,229,120); }

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

border-color css

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

 span { border-color: rgb(112,229,120); }

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