Shades of Pastel Green #7CE375
Tints of Pastel Green #7CE375
RGB
CMYK
RGB Variations
Color information
#7CE375 (or 0x7CE375) is known color: Pastel Green. HEX triplet: 7C, E3 and 75. RGB value is (124,227,117). Sum of RGB (Red+Green+Blue) = 124+227+117=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #7CE375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE375 is #831C8A. Grayscale: #B8B8B8. Windows color (decimal): -8592523 or 7725948. OLE color: 7725948.
HSL color Cylindrical-coordinate representation of color #7CE375: hue angle of 116.18º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CE375 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 227 | 117 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.11 |
| HSL | 116.18º | 0.66% | 0.67% | - |
| HSV(B) | 116.18º | 0.48% | 0.89% | - |
| XYZ | 38.99 | 60.51 | 26.45 | - |
| YUV | 183.66 | 90.38 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 227 | 117 | 0.45 | 0 | 0.48 | 0.11 | 116.18 | 0.66 | 0.67 |
| Hex | 7C | E3 | 75 | 2D | 0 | 30 | B | 74 | 42 | 43 |
| Octal | 174 | 343 | 165 | 55 | 0 | 60 | 13 | 164 | 102 | 103 |
| Binary | 1111100 | 11100011 | 1110101 | 101101 | 0 | 110000 | 1011 | 1110100 | 1000010 | 1000011 |
Color Harmonies of #7CE375
Complementary color
Monochromatic Colors of #7CE375
Black with #7CE375
Text Example
Text Example
White with #7CE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE375; }
p { color: rgb(124,227,117); }
H1.HeaderClassName
{
color: #7CE375;
}
.AnyTagClassName
{
color: #7CE375;
}
</style>
background-color css
<style>
a { background-color: #7CE375; }
a { background-color: rgb(124,227,117); }
div.DivClassName
{
background-color: #7CE375;
}
.BgClassName
{
background-color: #7CE375;
}
</style>
border-color css
<style>
span { border-color: #7CE375; }
span { border-color: rgb(124,227,117); }
td.TdClassName
{
border-color: #7CE375;
}
.TagClassName
{
border-color: #7CE375;
}
</style>