#70CF82

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

Shades of Pastel Green #70CF82

Tints of Pastel Green #70CF82

Color information

#70CF82 (or 0x70CF82) is unknown color: approx Pastel Green. HEX triplet: 70, CF and 82. RGB value is (112,207,130). Sum of RGB (Red+Green+Blue) = 112+207+130=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF82 is #8F307D. Grayscale: #AAAAAA. Windows color (decimal): -9384062 or 8572784. OLE color: 8572784.

HSL color Cylindrical-coordinate representation of color #70CF82: hue angle of 131.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CF82 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB112207130-
CMYK0.4600.370.19
HSL131.37º49.74%62.55%-
HSV(B)131.37º45.89%81.18%-
XYZ33.0249.6828.97-
YUV169.82105.5386.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 207 (81.25% from 255) = 46.10%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=24.94%
G=46.10%
B=28.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122071300.4600.370.19131.3749.7462.55
Hex70CF822E0251383323f
Octal16031720256045232036277
Binary1110000110011111000001010111001001011001110000011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,207,130); }

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

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

 a { background-color: rgb(112,207,130); }

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

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

 span { border-color: rgb(112,207,130); }

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