Shades of Pastel Green #75F57C
Tints of Pastel Green #75F57C
RGB
CMYK
RGB Variations
Color information
#75F57C (or 0x75F57C) is known color: Pastel Green. HEX triplet: 75, F5 and 7C. RGB value is (117,245,124). Sum of RGB (Red+Green+Blue) = 117+245+124=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #75F57C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F57C is #8A0A83. Grayscale: #C1C1C1. Windows color (decimal): -9046660 or 8189301. OLE color: 8189301.
HSL color Cylindrical-coordinate representation of color #75F57C: hue angle of 123.28º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F57C is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 245 | 124 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.04 |
| HSL | 123.28º | 0.86% | 0.71% | - |
| HSV(B) | 123.28º | 0.52% | 0.96% | - |
| XYZ | 43.63 | 70.54 | 30.39 | - |
| YUV | 192.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 245 | 124 | 0.52 | 0 | 0.49 | 0.04 | 123.28 | 0.86 | 0.71 |
| Hex | 75 | F5 | 7C | 34 | 0 | 31 | 4 | 7B | 56 | 47 |
| Octal | 165 | 365 | 174 | 64 | 0 | 61 | 4 | 173 | 126 | 107 |
| Binary | 1110101 | 11110101 | 1111100 | 110100 | 0 | 110001 | 100 | 1111011 | 1010110 | 1000111 |
Color Harmonies of #75F57C
Complementary color
Monochromatic Colors of #75F57C
Black with #75F57C
Text Example
Text Example
White with #75F57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F57C; }
p { color: rgb(117,245,124); }
H1.HeaderClassName
{
color: #75F57C;
}
.AnyTagClassName
{
color: #75F57C;
}
</style>
background-color css
<style>
a { background-color: #75F57C; }
a { background-color: rgb(117,245,124); }
div.DivClassName
{
background-color: #75F57C;
}
.BgClassName
{
background-color: #75F57C;
}
</style>
border-color css
<style>
span { border-color: #75F57C; }
span { border-color: rgb(117,245,124); }
td.TdClassName
{
border-color: #75F57C;
}
.TagClassName
{
border-color: #75F57C;
}
</style>