Shades of Pastel Green #75DB66
Tints of Pastel Green #75DB66
RGB
CMYK
RGB Variations
Color information
#75DB66 (or 0x75DB66) is known color: Pastel Green. HEX triplet: 75, DB and 66. RGB value is (117,219,102). Sum of RGB (Red+Green+Blue) = 117+219+102=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DB66 is #8A2499. Grayscale: #AFAFAF. Windows color (decimal): -9053338 or 6740853. OLE color: 6740853.
HSL color Cylindrical-coordinate representation of color #75DB66: hue angle of 112.31º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75DB66 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 102 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.14 |
| HSL | 112.31º | 0.62% | 0.63% | - |
| HSV(B) | 112.31º | 0.53% | 0.86% | - |
| XYZ | 35.07 | 55.4 | 21.42 | - |
| YUV | 175.16 | 86.71 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 102 | 0.47 | 0 | 0.53 | 0.14 | 112.31 | 0.62 | 0.63 |
| Hex | 75 | DB | 66 | 2F | 0 | 35 | E | 70 | 3E | 3F |
| Octal | 165 | 333 | 146 | 57 | 0 | 65 | 16 | 160 | 76 | 77 |
| Binary | 1110101 | 11011011 | 1100110 | 101111 | 0 | 110101 | 1110 | 1110000 | 111110 | 111111 |
Color Harmonies of #75DB66
Complementary color
Monochromatic Colors of #75DB66
Black with #75DB66
Text Example
Text Example
White with #75DB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB66; }
p { color: rgb(117,219,102); }
H1.HeaderClassName
{
color: #75DB66;
}
.AnyTagClassName
{
color: #75DB66;
}
</style>
background-color css
<style>
a { background-color: #75DB66; }
a { background-color: rgb(117,219,102); }
div.DivClassName
{
background-color: #75DB66;
}
.BgClassName
{
background-color: #75DB66;
}
</style>
border-color css
<style>
span { border-color: #75DB66; }
span { border-color: rgb(117,219,102); }
td.TdClassName
{
border-color: #75DB66;
}
.TagClassName
{
border-color: #75DB66;
}
</style>