Shades of Pastel Green #75D363
Tints of Pastel Green #75D363
RGB
CMYK
RGB Variations
Color information
#75D363 (or 0x75D363) is known color: Pastel Green. HEX triplet: 75, D3 and 63. RGB value is (117,211,99). Sum of RGB (Red+Green+Blue) = 117+211+99=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #75D363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D363 is #8A2C9C. Grayscale: #AAAAAA. Windows color (decimal): -9055389 or 6542197. OLE color: 6542197.
HSL color Cylindrical-coordinate representation of color #75D363: hue angle of 110.36º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75D363 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 211 | 99 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.17 |
| HSL | 110.36º | 0.56% | 0.61% | - |
| HSV(B) | 110.36º | 0.53% | 0.83% | - |
| XYZ | 32.88 | 51.27 | 19.97 | - |
| YUV | 170.13 | 87.86 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 99 | 0.45 | 0 | 0.53 | 0.17 | 110.36 | 0.56 | 0.61 |
| Hex | 75 | D3 | 63 | 2D | 0 | 35 | 11 | 6E | 38 | 3D |
| Octal | 165 | 323 | 143 | 55 | 0 | 65 | 21 | 156 | 70 | 75 |
| Binary | 1110101 | 11010011 | 1100011 | 101101 | 0 | 110101 | 10001 | 1101110 | 111000 | 111101 |
Color Harmonies of #75D363
Complementary color
Monochromatic Colors of #75D363
Black with #75D363
Text Example
Text Example
White with #75D363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D363; }
p { color: rgb(117,211,99); }
H1.HeaderClassName
{
color: #75D363;
}
.AnyTagClassName
{
color: #75D363;
}
</style>
background-color css
<style>
a { background-color: #75D363; }
a { background-color: rgb(117,211,99); }
div.DivClassName
{
background-color: #75D363;
}
.BgClassName
{
background-color: #75D363;
}
</style>
border-color css
<style>
span { border-color: #75D363; }
span { border-color: rgb(117,211,99); }
td.TdClassName
{
border-color: #75D363;
}
.TagClassName
{
border-color: #75D363;
}
</style>