Shades of Pastel Green #7CCF6E
Tints of Pastel Green #7CCF6E
RGB
CMYK
RGB Variations
Color information
#7CCF6E (or 0x7CCF6E) is known color: Pastel Green. HEX triplet: 7C, CF and 6E. RGB value is (124,207,110). Sum of RGB (Red+Green+Blue) = 124+207+110=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF6E is #833091. Grayscale: #ABABAB. Windows color (decimal): -8597650 or 7262076. OLE color: 7262076.
HSL color Cylindrical-coordinate representation of color #7CCF6E: hue angle of 111.34º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CCF6E is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 110 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.19 |
| HSL | 111.34º | 0.5% | 0.62% | - |
| HSV(B) | 111.34º | 0.47% | 0.81% | - |
| XYZ | 33.44 | 50.04 | 22.65 | - |
| YUV | 171.13 | 93.5 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 110 | 0.40 | 0 | 0.47 | 0.19 | 111.34 | 0.5 | 0.62 |
| Hex | 7C | CF | 6E | 28 | 0 | 2F | 13 | 6F | 32 | 3E |
| Octal | 174 | 317 | 156 | 50 | 0 | 57 | 23 | 157 | 62 | 76 |
| Binary | 1111100 | 11001111 | 1101110 | 101000 | 0 | 101111 | 10011 | 1101111 | 110010 | 111110 |
Color Harmonies of #7CCF6E
Complementary color
Monochromatic Colors of #7CCF6E
Black with #7CCF6E
Text Example
Text Example
White with #7CCF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF6E; }
p { color: rgb(124,207,110); }
H1.HeaderClassName
{
color: #7CCF6E;
}
.AnyTagClassName
{
color: #7CCF6E;
}
</style>
background-color css
<style>
a { background-color: #7CCF6E; }
a { background-color: rgb(124,207,110); }
div.DivClassName
{
background-color: #7CCF6E;
}
.BgClassName
{
background-color: #7CCF6E;
}
</style>
border-color css
<style>
span { border-color: #7CCF6E; }
span { border-color: rgb(124,207,110); }
td.TdClassName
{
border-color: #7CCF6E;
}
.TagClassName
{
border-color: #7CCF6E;
}
</style>