Shades of Pastel Green #75DC7C
Tints of Pastel Green #75DC7C
RGB
CMYK
RGB Variations
Color information
#75DC7C (or 0x75DC7C) is known color: Pastel Green. HEX triplet: 75, DC and 7C. RGB value is (117,220,124). Sum of RGB (Red+Green+Blue) = 117+220+124=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC7C is #8A2383. Grayscale: #B2B2B2. Windows color (decimal): -9053060 or 8182901. OLE color: 8182901.
HSL color Cylindrical-coordinate representation of color #75DC7C: hue angle of 124.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DC7C is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 124 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.14 |
| HSL | 124.08º | 0.6% | 0.66% | - |
| HSV(B) | 124.08º | 0.47% | 0.86% | - |
| XYZ | 36.57 | 56.42 | 28.03 | - |
| YUV | 178.26 | 97.38 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 124 | 0.47 | 0 | 0.44 | 0.14 | 124.08 | 0.6 | 0.66 |
| Hex | 75 | DC | 7C | 2F | 0 | 2C | E | 7C | 3C | 42 |
| Octal | 165 | 334 | 174 | 57 | 0 | 54 | 16 | 174 | 74 | 102 |
| Binary | 1110101 | 11011100 | 1111100 | 101111 | 0 | 101100 | 1110 | 1111100 | 111100 | 1000010 |
Color Harmonies of #75DC7C
Complementary color
Monochromatic Colors of #75DC7C
Black with #75DC7C
Text Example
Text Example
White with #75DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DC7C; }
p { color: rgb(117,220,124); }
H1.HeaderClassName
{
color: #75DC7C;
}
.AnyTagClassName
{
color: #75DC7C;
}
</style>
background-color css
<style>
a { background-color: #75DC7C; }
a { background-color: rgb(117,220,124); }
div.DivClassName
{
background-color: #75DC7C;
}
.BgClassName
{
background-color: #75DC7C;
}
</style>
border-color css
<style>
span { border-color: #75DC7C; }
span { border-color: rgb(117,220,124); }
td.TdClassName
{
border-color: #75DC7C;
}
.TagClassName
{
border-color: #75DC7C;
}
</style>