Shades of Pastel Green #75F37C
Tints of Pastel Green #75F37C
RGB
CMYK
RGB Variations
Color information
#75F37C (or 0x75F37C) is known color: Pastel Green. HEX triplet: 75, F3 and 7C. RGB value is (117,243,124). Sum of RGB (Red+Green+Blue) = 117+243+124=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #75F37C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F37C is #8A0C83. Grayscale: #C0C0C0. Windows color (decimal): -9047172 or 8188789. OLE color: 8188789.
HSL color Cylindrical-coordinate representation of color #75F37C: hue angle of 123.33º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F37C is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 243 | 124 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.05 |
| HSL | 123.33º | 0.84% | 0.71% | - |
| HSV(B) | 123.33º | 0.52% | 0.95% | - |
| XYZ | 43.02 | 69.34 | 30.18 | - |
| YUV | 191.76 | 89.76 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 243 | 124 | 0.52 | 0 | 0.49 | 0.05 | 123.33 | 0.84 | 0.71 |
| Hex | 75 | F3 | 7C | 34 | 0 | 31 | 5 | 7B | 54 | 47 |
| Octal | 165 | 363 | 174 | 64 | 0 | 61 | 5 | 173 | 124 | 107 |
| Binary | 1110101 | 11110011 | 1111100 | 110100 | 0 | 110001 | 101 | 1111011 | 1010100 | 1000111 |
Color Harmonies of #75F37C
Complementary color
Monochromatic Colors of #75F37C
Black with #75F37C
Text Example
Text Example
White with #75F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F37C; }
p { color: rgb(117,243,124); }
H1.HeaderClassName
{
color: #75F37C;
}
.AnyTagClassName
{
color: #75F37C;
}
</style>
background-color css
<style>
a { background-color: #75F37C; }
a { background-color: rgb(117,243,124); }
div.DivClassName
{
background-color: #75F37C;
}
.BgClassName
{
background-color: #75F37C;
}
</style>
border-color css
<style>
span { border-color: #75F37C; }
span { border-color: rgb(117,243,124); }
td.TdClassName
{
border-color: #75F37C;
}
.TagClassName
{
border-color: #75F37C;
}
</style>