Shades of Pastel Green #75D273
Tints of Pastel Green #75D273
RGB
CMYK
RGB Variations
Color information
#75D273 (or 0x75D273) is known color: Pastel Green. HEX triplet: 75, D2 and 73. RGB value is (117,210,115). Sum of RGB (Red+Green+Blue) = 117+210+115=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #75D273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D273 is #8A2D8C. Grayscale: #ABABAB. Windows color (decimal): -9055629 or 7590517. OLE color: 7590517.
HSL color Cylindrical-coordinate representation of color #75D273: hue angle of 118.74º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D273 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 210 | 115 | - |
| CMYK | 0.44 | 0 | 0.45 | 0.18 |
| HSL | 118.74º | 0.51% | 0.64% | - |
| HSV(B) | 118.74º | 0.45% | 0.82% | - |
| XYZ | 33.48 | 51.11 | 24.32 | - |
| YUV | 171.36 | 96.19 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 210 | 115 | 0.44 | 0 | 0.45 | 0.18 | 118.74 | 0.51 | 0.64 |
| Hex | 75 | D2 | 73 | 2C | 0 | 2D | 12 | 77 | 33 | 40 |
| Octal | 165 | 322 | 163 | 54 | 0 | 55 | 22 | 167 | 63 | 100 |
| Binary | 1110101 | 11010010 | 1110011 | 101100 | 0 | 101101 | 10010 | 1110111 | 110011 | 1000000 |
Color Harmonies of #75D273
Complementary color
Monochromatic Colors of #75D273
Black with #75D273
Text Example
Text Example
White with #75D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D273; }
p { color: rgb(117,210,115); }
H1.HeaderClassName
{
color: #75D273;
}
.AnyTagClassName
{
color: #75D273;
}
</style>
background-color css
<style>
a { background-color: #75D273; }
a { background-color: rgb(117,210,115); }
div.DivClassName
{
background-color: #75D273;
}
.BgClassName
{
background-color: #75D273;
}
</style>
border-color css
<style>
span { border-color: #75D273; }
span { border-color: rgb(117,210,115); }
td.TdClassName
{
border-color: #75D273;
}
.TagClassName
{
border-color: #75D273;
}
</style>