Shades of Pastel Green #75E166
Tints of Pastel Green #75E166
RGB
CMYK
RGB Variations
Color information
#75E166 (or 0x75E166) is known color: Pastel Green. HEX triplet: 75, E1 and 66. RGB value is (117,225,102). Sum of RGB (Red+Green+Blue) = 117+225+102=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #75E166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E166 is #8A1E99. Grayscale: #B3B3B3. Windows color (decimal): -9051802 or 6742389. OLE color: 6742389.
HSL color Cylindrical-coordinate representation of color #75E166: hue angle of 112.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75E166 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 102 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.12 |
| HSL | 112.68º | 0.67% | 0.64% | - |
| HSV(B) | 112.68º | 0.55% | 0.88% | - |
| XYZ | 36.66 | 58.59 | 21.95 | - |
| YUV | 178.69 | 84.72 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 102 | 0.48 | 0 | 0.55 | 0.12 | 112.68 | 0.67 | 0.64 |
| Hex | 75 | E1 | 66 | 30 | 0 | 37 | C | 71 | 43 | 40 |
| Octal | 165 | 341 | 146 | 60 | 0 | 67 | 14 | 161 | 103 | 100 |
| Binary | 1110101 | 11100001 | 1100110 | 110000 | 0 | 110111 | 1100 | 1110001 | 1000011 | 1000000 |
Color Harmonies of #75E166
Complementary color
Monochromatic Colors of #75E166
Black with #75E166
Text Example
Text Example
White with #75E166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E166; }
p { color: rgb(117,225,102); }
H1.HeaderClassName
{
color: #75E166;
}
.AnyTagClassName
{
color: #75E166;
}
</style>
background-color css
<style>
a { background-color: #75E166; }
a { background-color: rgb(117,225,102); }
div.DivClassName
{
background-color: #75E166;
}
.BgClassName
{
background-color: #75E166;
}
</style>
border-color css
<style>
span { border-color: #75E166; }
span { border-color: rgb(117,225,102); }
td.TdClassName
{
border-color: #75E166;
}
.TagClassName
{
border-color: #75E166;
}
</style>