Shades of Pastel Green #7CDB83
Tints of Pastel Green #7CDB83
RGB
CMYK
RGB Variations
Color information
#7CDB83 (or 0x7CDB83) is known color: Pastel Green. HEX triplet: 7C, DB and 83. RGB value is (124,219,131). Sum of RGB (Red+Green+Blue) = 124+219+131=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDB83 is #83247C. Grayscale: #B4B4B4. Windows color (decimal): -8594557 or 8641404. OLE color: 8641404.
HSL color Cylindrical-coordinate representation of color #7CDB83: hue angle of 124.42º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDB83 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 131 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.14 |
| HSL | 124.42º | 0.57% | 0.67% | - |
| HSV(B) | 124.42º | 0.43% | 0.86% | - |
| XYZ | 37.74 | 56.59 | 30.41 | - |
| YUV | 180.56 | 100.03 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 131 | 0.43 | 0 | 0.40 | 0.14 | 124.42 | 0.57 | 0.67 |
| Hex | 7C | DB | 83 | 2B | 0 | 28 | E | 7C | 39 | 43 |
| Octal | 174 | 333 | 203 | 53 | 0 | 50 | 16 | 174 | 71 | 103 |
| Binary | 1111100 | 11011011 | 10000011 | 101011 | 0 | 101000 | 1110 | 1111100 | 111001 | 1000011 |
Color Harmonies of #7CDB83
Complementary color
Monochromatic Colors of #7CDB83
Black with #7CDB83
Text Example
Text Example
White with #7CDB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDB83; }
p { color: rgb(124,219,131); }
H1.HeaderClassName
{
color: #7CDB83;
}
.AnyTagClassName
{
color: #7CDB83;
}
</style>
background-color css
<style>
a { background-color: #7CDB83; }
a { background-color: rgb(124,219,131); }
div.DivClassName
{
background-color: #7CDB83;
}
.BgClassName
{
background-color: #7CDB83;
}
</style>
border-color css
<style>
span { border-color: #7CDB83; }
span { border-color: rgb(124,219,131); }
td.TdClassName
{
border-color: #7CDB83;
}
.TagClassName
{
border-color: #7CDB83;
}
</style>