Shades of Pastel Green #75DF85
Tints of Pastel Green #75DF85
RGB
CMYK
RGB Variations
Color information
#75DF85 (or 0x75DF85) is known color: Pastel Green. HEX triplet: 75, DF and 85. RGB value is (117,223,133). Sum of RGB (Red+Green+Blue) = 117+223+133=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DF85 is #8A207A. Grayscale: #B5B5B5. Windows color (decimal): -9052283 or 8773493. OLE color: 8773493.
HSL color Cylindrical-coordinate representation of color #75DF85: hue angle of 129.06º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DF85 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 223 | 133 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.13 |
| HSL | 129.06º | 0.62% | 0.67% | - |
| HSV(B) | 129.06º | 0.48% | 0.87% | - |
| XYZ | 37.96 | 58.25 | 31.43 | - |
| YUV | 181.05 | 100.88 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 223 | 133 | 0.48 | 0 | 0.40 | 0.13 | 129.06 | 0.62 | 0.67 |
| Hex | 75 | DF | 85 | 30 | 0 | 28 | D | 81 | 3E | 43 |
| Octal | 165 | 337 | 205 | 60 | 0 | 50 | 15 | 201 | 76 | 103 |
| Binary | 1110101 | 11011111 | 10000101 | 110000 | 0 | 101000 | 1101 | 10000001 | 111110 | 1000011 |
Color Harmonies of #75DF85
Complementary color
Monochromatic Colors of #75DF85
Black with #75DF85
Text Example
Text Example
White with #75DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DF85; }
p { color: rgb(117,223,133); }
H1.HeaderClassName
{
color: #75DF85;
}
.AnyTagClassName
{
color: #75DF85;
}
</style>
background-color css
<style>
a { background-color: #75DF85; }
a { background-color: rgb(117,223,133); }
div.DivClassName
{
background-color: #75DF85;
}
.BgClassName
{
background-color: #75DF85;
}
</style>
border-color css
<style>
span { border-color: #75DF85; }
span { border-color: rgb(117,223,133); }
td.TdClassName
{
border-color: #75DF85;
}
.TagClassName
{
border-color: #75DF85;
}
</style>