Shades of Pastel Green #7CDB88
Tints of Pastel Green #7CDB88
RGB
CMYK
RGB Variations
Color information
#7CDB88 (or 0x7CDB88) is known color: Pastel Green. HEX triplet: 7C, DB and 88. RGB value is (124,219,136). Sum of RGB (Red+Green+Blue) = 124+219+136=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDB88 is #832477. Grayscale: #B5B5B5. Windows color (decimal): -8594552 or 8969084. OLE color: 8969084.
HSL color Cylindrical-coordinate representation of color #7CDB88: hue angle of 127.58º 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 #7CDB88 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 136 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.14 |
| HSL | 127.58º | 0.57% | 0.67% | - |
| HSV(B) | 127.58º | 0.43% | 0.86% | - |
| XYZ | 38.09 | 56.73 | 32.23 | - |
| YUV | 181.13 | 102.53 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 136 | 0.43 | 0 | 0.38 | 0.14 | 127.58 | 0.57 | 0.67 |
| Hex | 7C | DB | 88 | 2B | 0 | 26 | E | 80 | 39 | 43 |
| Octal | 174 | 333 | 210 | 53 | 0 | 46 | 16 | 200 | 71 | 103 |
| Binary | 1111100 | 11011011 | 10001000 | 101011 | 0 | 100110 | 1110 | 10000000 | 111001 | 1000011 |
Color Harmonies of #7CDB88
Complementary color
Monochromatic Colors of #7CDB88
Black with #7CDB88
Text Example
Text Example
White with #7CDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDB88; }
p { color: rgb(124,219,136); }
H1.HeaderClassName
{
color: #7CDB88;
}
.AnyTagClassName
{
color: #7CDB88;
}
</style>
background-color css
<style>
a { background-color: #7CDB88; }
a { background-color: rgb(124,219,136); }
div.DivClassName
{
background-color: #7CDB88;
}
.BgClassName
{
background-color: #7CDB88;
}
</style>
border-color css
<style>
span { border-color: #7CDB88; }
span { border-color: rgb(124,219,136); }
td.TdClassName
{
border-color: #7CDB88;
}
.TagClassName
{
border-color: #7CDB88;
}
</style>