#70CF75

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

Shades of Pastel Green #70CF75

Tints of Pastel Green #70CF75

Color information

#70CF75 (or 0x70CF75) is unknown color: approx Pastel Green. HEX triplet: 70, CF and 75. RGB value is (112,207,117). Sum of RGB (Red+Green+Blue) = 112+207+117=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF75 is #8F308A. Grayscale: #A8A8A8. Windows color (decimal): -9384075 or 7720816. OLE color: 7720816.

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

Color convert

RGB112207117-
CMYK0.4600.430.19
HSL123.16º49.74%62.55%-
HSV(B)123.16º45.89%81.18%-
XYZ32.2149.3524.66-
YUV168.3399.0387.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 207 (81.25% from 255) = 47.48%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=25.69%
G=47.48%
B=26.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122071170.4600.430.19123.1649.7462.55
Hex70CF752E02B137b323f
Octal16031716556053231736277
Binary11100001100111111101011011100101011100111111011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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