Shades of Pastel Green #75D568
Tints of Pastel Green #75D568
RGB
CMYK
RGB Variations
Color information
#75D568 (or 0x75D568) is known color: Pastel Green. HEX triplet: 75, D5 and 68. RGB value is (117,213,104). Sum of RGB (Red+Green+Blue) = 117+213+104=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #75D568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D568 is #8A2A97. Grayscale: #ACACAC. Windows color (decimal): -9054872 or 6870389. OLE color: 6870389.
HSL color Cylindrical-coordinate representation of color #75D568: hue angle of 112.84º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75D568 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 213 | 104 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.16 |
| HSL | 112.84º | 0.56% | 0.62% | - |
| HSV(B) | 112.84º | 0.51% | 0.84% | - |
| XYZ | 33.63 | 52.37 | 21.43 | - |
| YUV | 171.87 | 89.7 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 213 | 104 | 0.45 | 0 | 0.51 | 0.16 | 112.84 | 0.56 | 0.62 |
| Hex | 75 | D5 | 68 | 2D | 0 | 33 | 10 | 71 | 38 | 3E |
| Octal | 165 | 325 | 150 | 55 | 0 | 63 | 20 | 161 | 70 | 76 |
| Binary | 1110101 | 11010101 | 1101000 | 101101 | 0 | 110011 | 10000 | 1110001 | 111000 | 111110 |
Color Harmonies of #75D568
Complementary color
Monochromatic Colors of #75D568
Black with #75D568
Text Example
Text Example
White with #75D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D568; }
p { color: rgb(117,213,104); }
H1.HeaderClassName
{
color: #75D568;
}
.AnyTagClassName
{
color: #75D568;
}
</style>
background-color css
<style>
a { background-color: #75D568; }
a { background-color: rgb(117,213,104); }
div.DivClassName
{
background-color: #75D568;
}
.BgClassName
{
background-color: #75D568;
}
</style>
border-color css
<style>
span { border-color: #75D568; }
span { border-color: rgb(117,213,104); }
td.TdClassName
{
border-color: #75D568;
}
.TagClassName
{
border-color: #75D568;
}
</style>