#75D863

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

Shades of Pastel Green #75D863

Tints of Pastel Green #75D863

Color information

#75D863 (or 0x75D863) is unknown color: approx Pastel Green. HEX triplet: 75, D8 and 63. RGB value is (117,216,99). Sum of RGB (Red+Green+Blue) = 117+216+99=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #75D863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D863 is #8A279C. Grayscale: #ADADAD. Windows color (decimal): -9054109 or 6543477. OLE color: 6543477.

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

Color convert

RGB11721699-
CMYK0.4600.540.15
HSL110.77º60%61.76%-
HSV(B)110.77º54.17%84.71%-
XYZ34.1453.7920.39-
YUV173.0686.288.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 216 (84.77% from 255) = 50%
BLUE value IS 99 (39.06% from 255) = 22.92%
R=27.08%
G=50%
B=22.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal117216990.4600.540.15110.776061.76
Hex75D8632E036F6f3c3e
Octal16533014356066171577476
Binary1110101110110001100011101110011011011111101111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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