Shades of Pastel Green #7CF375
Tints of Pastel Green #7CF375
RGB
CMYK
RGB Variations
Color information
#7CF375 (or 0x7CF375) is known color: Pastel Green. HEX triplet: 7C, F3 and 75. RGB value is (124,243,117). Sum of RGB (Red+Green+Blue) = 124+243+117=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #7CF375 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF375 is #830C8A. Grayscale: #C1C1C1. Windows color (decimal): -8588427 or 7730044. OLE color: 7730044.
HSL color Cylindrical-coordinate representation of color #7CF375: hue angle of 116.67º 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 #7CF375 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 243 | 117 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.05 |
| HSL | 116.67º | 0.84% | 0.71% | - |
| HSV(B) | 116.67º | 0.52% | 0.95% | - |
| XYZ | 43.57 | 69.67 | 27.98 | - |
| YUV | 193.06 | 85.08 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 243 | 117 | 0.49 | 0 | 0.52 | 0.05 | 116.67 | 0.84 | 0.71 |
| Hex | 7C | F3 | 75 | 31 | 0 | 34 | 5 | 75 | 54 | 47 |
| Octal | 174 | 363 | 165 | 61 | 0 | 64 | 5 | 165 | 124 | 107 |
| Binary | 1111100 | 11110011 | 1110101 | 110001 | 0 | 110100 | 101 | 1110101 | 1010100 | 1000111 |
Color Harmonies of #7CF375
Complementary color
Monochromatic Colors of #7CF375
Black with #7CF375
Text Example
Text Example
White with #7CF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF375; }
p { color: rgb(124,243,117); }
H1.HeaderClassName
{
color: #7CF375;
}
.AnyTagClassName
{
color: #7CF375;
}
</style>
background-color css
<style>
a { background-color: #7CF375; }
a { background-color: rgb(124,243,117); }
div.DivClassName
{
background-color: #7CF375;
}
.BgClassName
{
background-color: #7CF375;
}
</style>
border-color css
<style>
span { border-color: #7CF375; }
span { border-color: rgb(124,243,117); }
td.TdClassName
{
border-color: #7CF375;
}
.TagClassName
{
border-color: #7CF375;
}
</style>