#75D16C

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

Shades of Pastel Green #75D16C

Tints of Pastel Green #75D16C

Color information

#75D16C (or 0x75D16C) is unknown color: approx Pastel Green. HEX triplet: 75, D1 and 6C. RGB value is (117,209,108). Sum of RGB (Red+Green+Blue) = 117+209+108=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #75D16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D16C is #8A2E93. Grayscale: #AAAAAA. Windows color (decimal): -9055892 or 7131509. OLE color: 7131509.

HSL color Cylindrical-coordinate representation of color #75D16C: hue angle of 114.65º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75D16C is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB117209108-
CMYK0.4400.480.18
HSL114.65º52.33%62.16%-
HSV(B)114.65º48.33%81.96%-
XYZ32.8450.4722.2-
YUV169.9893.0290.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.96%
GREEN value IS 209 (82.03% from 255) = 48.16%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=26.96%
G=48.16%
B=24.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172091080.4400.480.18114.6552.3362.16
Hex75D16C2C0301273343e
Octal16532115454060221636476
Binary11101011101000111011001011000110000100101110011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,209,108); }

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

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

 a { background-color: rgb(117,209,108); }

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

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

 span { border-color: rgb(117,209,108); }

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