#75D870

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

Shades of Pastel Green #75D870

Tints of Pastel Green #75D870

Color information

#75D870 (or 0x75D870) is unknown color: approx Pastel Green. HEX triplet: 75, D8 and 70. RGB value is (117,216,112). Sum of RGB (Red+Green+Blue) = 117+216+112=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #75D870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D870 is #8A278F. Grayscale: #AEAEAE. Windows color (decimal): -9054096 or 7395445. OLE color: 7395445.

HSL color Cylindrical-coordinate representation of color #75D870: hue angle of 117.12º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75D870 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB117216112-
CMYK0.4600.480.15
HSL117.12º57.14%64.31%-
HSV(B)117.12º48.15%84.71%-
XYZ34.8254.0623.93-
YUV174.5492.786.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.29%
GREEN value IS 216 (84.77% from 255) = 48.54%
BLUE value IS 112 (44.14% from 255) = 25.17%
R=26.29%
G=48.54%
B=25.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172161120.4600.480.15117.1257.1464.31
Hex75D8702E030F753940
Octal165330160560601716571100
Binary11101011101100011100001011100110000111111101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75D870; }

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

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

<style>
 a { background-color: #75D870; }

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

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

<style>
 span { border-color: #75D870; }

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

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