#70EE75

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

Shades of Pastel Green #70EE75

Tints of Pastel Green #70EE75

Color information

#70EE75 (or 0x70EE75) is unknown color: approx Pastel Green. HEX triplet: 70, EE and 75. RGB value is (112,238,117). Sum of RGB (Red+Green+Blue) = 112+238+117=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EE75 is #8F118A. Grayscale: #BABABA. Windows color (decimal): -9376139 or 7728752. OLE color: 7728752.

HSL color Cylindrical-coordinate representation of color #70EE75: hue angle of 122.38º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EE75 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB112238117-
CMYK0.5300.510.07
HSL122.38º78.75%68.63%-
HSV(B)122.38º52.94%93.33%-
XYZ40.4765.8827.41-
YUV186.5388.7674.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 238 (93.36% from 255) = 50.96%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=23.98%
G=50.96%
B=25.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122381170.5300.510.07122.3878.7568.63
Hex70EE753503377a4f45
Octal160356165650637172117105
Binary11100001110111011101011101010110011111111101010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,238,117); }

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

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

 a { background-color: rgb(112,238,117); }

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

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

 span { border-color: rgb(112,238,117); }

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