Html Css Color HEX #70E57A Pastel Green

📋 copy color: '#70E57A'

red 112 ◦ green 229 ◦ blue 122

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

Shades of Pastel Green #70E57A

Tints of Pastel Green #70E57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.35%

R = 24.19%
G = 49.46%
B = 26.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#70E57A (or 0x70E57A) is known color: Pastel Green. HEX triplet: 70, E5 and 7A. RGB value is (112,229,122). Sum of RGB (Red+Green+Blue) = 112+229+122=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #70E57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E57A is #8F1A85. Grayscale: #B6B6B6. Windows color (decimal): -9378438 or 8054128. OLE color: 8054128.

HSL color Cylindrical-coordinate representation of color #70E57A: hue angle of 125.13º 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 #70E57A is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 229 122 -
CMYK 0.51 0 0.47 0.10
HSL 125.13º 0.69% 0.67% -
HSV(B) 125.13º 0.51% 0.9% -
XYZ 38.21 60.89 28.15 -
YUV 181.82 94.24 78.2 -
System Red Green Blue C M Y K H S L
Decimal 112 229 122 0.51 0 0.47 0.10 125.13 0.69 0.67
Hex 70 E5 7A 33 0 2F A 7D 45 43
Octal 160 345 172 63 0 57 12 175 105 103
Binary 1110000 11100101 1111010 110011 0 101111 1010 1111101 1000101 1000011

Color Harmonies of #70E57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E57A

Black with #70E57A

Text Example


Text Example

White with #70E57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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