#70E762

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

Shades of Pastel Green #70E762

Tints of Pastel Green #70E762

Color information

#70E762 (or 0x70E762) is unknown color: approx Pastel Green. HEX triplet: 70, E7 and 62. RGB value is (112,231,98). Sum of RGB (Red+Green+Blue) = 112+231+98=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #70E762 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E762 is #8F189D. Grayscale: #B4B4B4. Windows color (decimal): -9377950 or 6481776. OLE color: 6481776.

HSL color Cylindrical-coordinate representation of color #70E762: hue angle of 113.68º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70E762 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB11223198-
CMYK0.5200.580.09
HSL113.68º73.48%64.51%-
HSV(B)113.68º57.58%90.59%-
XYZ37.4661.4821.45-
YUV180.2681.5879.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 231 (90.62% from 255) = 52.38%
BLUE value IS 98 (38.67% from 255) = 22.22%
R=25.40%
G=52.38%
B=22.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112231980.5200.580.09113.6873.4864.51
Hex70E7623403A9724941
Octal1603471426407211162111101
Binary111000011100111110001011010001110101001111001010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,231,98); }

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

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

 a { background-color: rgb(112,231,98); }

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

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

 span { border-color: rgb(112,231,98); }

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