Shades of Pastel Green #75D66E
Tints of Pastel Green #75D66E
RGB
CMYK
RGB Variations
Color information
#75D66E (or 0x75D66E) is known color: Pastel Green. HEX triplet: 75, D6 and 6E. RGB value is (117,214,110). Sum of RGB (Red+Green+Blue) = 117+214+110=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #75D66E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D66E is #8A2991. Grayscale: #ADADAD. Windows color (decimal): -9054610 or 7263861. OLE color: 7263861.
HSL color Cylindrical-coordinate representation of color #75D66E: hue angle of 115.96º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75D66E is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 110 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.16 |
| HSL | 115.96º | 0.56% | 0.64% | - |
| HSV(B) | 115.96º | 0.49% | 0.84% | - |
| XYZ | 34.2 | 53 | 23.18 | - |
| YUV | 173.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 110 | 0.45 | 0 | 0.49 | 0.16 | 115.96 | 0.56 | 0.64 |
| Hex | 75 | D6 | 6E | 2D | 0 | 31 | 10 | 74 | 38 | 40 |
| Octal | 165 | 326 | 156 | 55 | 0 | 61 | 20 | 164 | 70 | 100 |
| Binary | 1110101 | 11010110 | 1101110 | 101101 | 0 | 110001 | 10000 | 1110100 | 111000 | 1000000 |
Color Harmonies of #75D66E
Complementary color
Monochromatic Colors of #75D66E
Black with #75D66E
Text Example
Text Example
White with #75D66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D66E; }
p { color: rgb(117,214,110); }
H1.HeaderClassName
{
color: #75D66E;
}
.AnyTagClassName
{
color: #75D66E;
}
</style>
background-color css
<style>
a { background-color: #75D66E; }
a { background-color: rgb(117,214,110); }
div.DivClassName
{
background-color: #75D66E;
}
.BgClassName
{
background-color: #75D66E;
}
</style>
border-color css
<style>
span { border-color: #75D66E; }
span { border-color: rgb(117,214,110); }
td.TdClassName
{
border-color: #75D66E;
}
.TagClassName
{
border-color: #75D66E;
}
</style>