Shades of Pastel Green #75D665
Tints of Pastel Green #75D665
RGB
CMYK
RGB Variations
Color information
#75D665 (or 0x75D665) is known color: Pastel Green. HEX triplet: 75, D6 and 65. RGB value is (117,214,101). Sum of RGB (Red+Green+Blue) = 117+214+101=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #75D665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D665 is #8A299A. Grayscale: #ACACAC. Windows color (decimal): -9054619 or 6674037. OLE color: 6674037.
HSL color Cylindrical-coordinate representation of color #75D665: hue angle of 111.5º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75D665 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 101 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.16 |
| HSL | 111.5º | 0.58% | 0.62% | - |
| HSV(B) | 111.5º | 0.53% | 0.84% | - |
| XYZ | 33.73 | 52.81 | 20.73 | - |
| YUV | 172.12 | 87.86 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 101 | 0.45 | 0 | 0.53 | 0.16 | 111.5 | 0.58 | 0.62 |
| Hex | 75 | D6 | 65 | 2D | 0 | 35 | 10 | 70 | 3A | 3E |
| Octal | 165 | 326 | 145 | 55 | 0 | 65 | 20 | 160 | 72 | 76 |
| Binary | 1110101 | 11010110 | 1100101 | 101101 | 0 | 110101 | 10000 | 1110000 | 111010 | 111110 |
Color Harmonies of #75D665
Complementary color
Monochromatic Colors of #75D665
Black with #75D665
Text Example
Text Example
White with #75D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D665; }
p { color: rgb(117,214,101); }
H1.HeaderClassName
{
color: #75D665;
}
.AnyTagClassName
{
color: #75D665;
}
</style>
background-color css
<style>
a { background-color: #75D665; }
a { background-color: rgb(117,214,101); }
div.DivClassName
{
background-color: #75D665;
}
.BgClassName
{
background-color: #75D665;
}
</style>
border-color css
<style>
span { border-color: #75D665; }
span { border-color: rgb(117,214,101); }
td.TdClassName
{
border-color: #75D665;
}
.TagClassName
{
border-color: #75D665;
}
</style>