#70EA83

Color #70EA83 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #70EA83

Tints of Pastel Green #70EA83

Color information

#70EA83 (or 0x70EA83) is unknown color: approx Pastel Green. HEX triplet: 70, EA and 83. RGB value is (112,234,131). Sum of RGB (Red+Green+Blue) = 112+234+131=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA83 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EA83 is #8F157C. Grayscale: #BABABA. Windows color (decimal): -9377149 or 8645232. OLE color: 8645232.

HSL color Cylindrical-coordinate representation of color #70EA83: hue angle of 129.34º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EA83 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB112234131-
CMYK0.5200.440.08
HSL129.34º74.39%67.84%-
HSV(B)129.34º52.14%91.76%-
XYZ40.263.9331.69-
YUV185.7897.0875.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.48%
GREEN value IS 234 (91.80% from 255) = 49.06%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=23.48%
G=49.06%
B=27.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122341310.5200.440.08129.3474.3967.84
Hex70EA833402C8814a44
Octal1603522036405410201112104
Binary11100001110101010000011110100010110010001000000110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,234,131); }

 H1.HeaderClassName
 {
   color: #70EA83;
 }
 .AnyTagClassName
 {
   color: #70EA83;
 }
</style>
background-color css

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

 a { background-color: rgb(112,234,131); }

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

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

 span { border-color: rgb(112,234,131); }

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