Shades of Pastel Green #75F085
Tints of Pastel Green #75F085
RGB
CMYK
RGB Variations
Color information
#75F085 (or 0x75F085) is known color: Pastel Green. HEX triplet: 75, F0 and 85. RGB value is (117,240,133). Sum of RGB (Red+Green+Blue) = 117+240+133=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #75F085 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F085 is #8A0F7A. Grayscale: #BFBFBF. Windows color (decimal): -9047931 or 8777845. OLE color: 8777845.
HSL color Cylindrical-coordinate representation of color #75F085: hue angle of 127.8º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F085 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 240 | 133 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.06 |
| HSL | 127.8º | 0.8% | 0.7% | - |
| HSV(B) | 127.8º | 0.51% | 0.94% | - |
| XYZ | 42.73 | 67.8 | 33.02 | - |
| YUV | 191.03 | 95.25 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 240 | 133 | 0.51 | 0 | 0.45 | 0.06 | 127.8 | 0.8 | 0.7 |
| Hex | 75 | F0 | 85 | 33 | 0 | 2D | 6 | 80 | 50 | 46 |
| Octal | 165 | 360 | 205 | 63 | 0 | 55 | 6 | 200 | 120 | 106 |
| Binary | 1110101 | 11110000 | 10000101 | 110011 | 0 | 101101 | 110 | 10000000 | 1010000 | 1000110 |
Color Harmonies of #75F085
Complementary color
Monochromatic Colors of #75F085
Black with #75F085
Text Example
Text Example
White with #75F085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F085; }
p { color: rgb(117,240,133); }
H1.HeaderClassName
{
color: #75F085;
}
.AnyTagClassName
{
color: #75F085;
}
</style>
background-color css
<style>
a { background-color: #75F085; }
a { background-color: rgb(117,240,133); }
div.DivClassName
{
background-color: #75F085;
}
.BgClassName
{
background-color: #75F085;
}
</style>
border-color css
<style>
span { border-color: #75F085; }
span { border-color: rgb(117,240,133); }
td.TdClassName
{
border-color: #75F085;
}
.TagClassName
{
border-color: #75F085;
}
</style>