Shades of Pastel Green #75DC73
Tints of Pastel Green #75DC73
RGB
CMYK
RGB Variations
Color information
#75DC73 (or 0x75DC73) is known color: Pastel Green. HEX triplet: 75, DC and 73. RGB value is (117,220,115). Sum of RGB (Red+Green+Blue) = 117+220+115=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC73 is #8A238C. Grayscale: #B1B1B1. Windows color (decimal): -9053069 or 7593077. OLE color: 7593077.
HSL color Cylindrical-coordinate representation of color #75DC73: hue angle of 118.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DC73 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 115 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.14 |
| HSL | 118.86º | 0.6% | 0.66% | - |
| HSV(B) | 118.86º | 0.48% | 0.86% | - |
| XYZ | 36.02 | 56.21 | 25.17 | - |
| YUV | 177.23 | 92.88 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 115 | 0.47 | 0 | 0.48 | 0.14 | 118.86 | 0.6 | 0.66 |
| Hex | 75 | DC | 73 | 2F | 0 | 30 | E | 77 | 3C | 42 |
| Octal | 165 | 334 | 163 | 57 | 0 | 60 | 16 | 167 | 74 | 102 |
| Binary | 1110101 | 11011100 | 1110011 | 101111 | 0 | 110000 | 1110 | 1110111 | 111100 | 1000010 |
Color Harmonies of #75DC73
Complementary color
Monochromatic Colors of #75DC73
Black with #75DC73
Text Example
Text Example
White with #75DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DC73; }
p { color: rgb(117,220,115); }
H1.HeaderClassName
{
color: #75DC73;
}
.AnyTagClassName
{
color: #75DC73;
}
</style>
background-color css
<style>
a { background-color: #75DC73; }
a { background-color: rgb(117,220,115); }
div.DivClassName
{
background-color: #75DC73;
}
.BgClassName
{
background-color: #75DC73;
}
</style>
border-color css
<style>
span { border-color: #75DC73; }
span { border-color: rgb(117,220,115); }
td.TdClassName
{
border-color: #75DC73;
}
.TagClassName
{
border-color: #75DC73;
}
</style>