#70CF81

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

Shades of Pastel Green #70CF81

Tints of Pastel Green #70CF81

Color information

#70CF81 (or 0x70CF81) is unknown color: approx Pastel Green. HEX triplet: 70, CF and 81. RGB value is (112,207,129). Sum of RGB (Red+Green+Blue) = 112+207+129=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF81 is #8F307E. Grayscale: #A9A9A9. Windows color (decimal): -9384063 or 8507248. OLE color: 8507248.

HSL color Cylindrical-coordinate representation of color #70CF81: hue angle of 130.74º 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 #70CF81 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB112207129-
CMYK0.4600.380.19
HSL130.74º49.74%62.55%-
HSV(B)130.74º45.89%81.18%-
XYZ32.9649.6628.62-
YUV169.7105.0386.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 207 (81.25% from 255) = 46.21%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=25%
G=46.21%
B=28.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122071290.4600.380.19130.7449.7462.55
Hex70CF812E0261383323f
Octal16031720156046232036277
Binary1110000110011111000000110111001001101001110000011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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