Shades of Pastel Green #7CD16D
Tints of Pastel Green #7CD16D
RGB
CMYK
RGB Variations
Color information
#7CD16D (or 0x7CD16D) is known color: Pastel Green. HEX triplet: 7C, D1 and 6D. RGB value is (124,209,109). Sum of RGB (Red+Green+Blue) = 124+209+109=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #7CD16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD16D is #832E92. Grayscale: #ACACAC. Windows color (decimal): -8597139 or 7197052. OLE color: 7197052.
HSL color Cylindrical-coordinate representation of color #7CD16D: hue angle of 111º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CD16D is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 209 | 109 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.18 |
| HSL | 111º | 0.52% | 0.62% | - |
| HSV(B) | 111º | 0.48% | 0.82% | - |
| XYZ | 33.87 | 50.99 | 22.52 | - |
| YUV | 172.19 | 92.34 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 209 | 109 | 0.41 | 0 | 0.48 | 0.18 | 111 | 0.52 | 0.62 |
| Hex | 7C | D1 | 6D | 29 | 0 | 30 | 12 | 6F | 34 | 3E |
| Octal | 174 | 321 | 155 | 51 | 0 | 60 | 22 | 157 | 64 | 76 |
| Binary | 1111100 | 11010001 | 1101101 | 101001 | 0 | 110000 | 10010 | 1101111 | 110100 | 111110 |
Color Harmonies of #7CD16D
Complementary color
Monochromatic Colors of #7CD16D
Black with #7CD16D
Text Example
Text Example
White with #7CD16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD16D; }
p { color: rgb(124,209,109); }
H1.HeaderClassName
{
color: #7CD16D;
}
.AnyTagClassName
{
color: #7CD16D;
}
</style>
background-color css
<style>
a { background-color: #7CD16D; }
a { background-color: rgb(124,209,109); }
div.DivClassName
{
background-color: #7CD16D;
}
.BgClassName
{
background-color: #7CD16D;
}
</style>
border-color css
<style>
span { border-color: #7CD16D; }
span { border-color: rgb(124,209,109); }
td.TdClassName
{
border-color: #7CD16D;
}
.TagClassName
{
border-color: #7CD16D;
}
</style>