Shades of Pastel Green #7CDB7E
Tints of Pastel Green #7CDB7E
RGB
CMYK
RGB Variations
Color information
#7CDB7E (or 0x7CDB7E) is known color: Pastel Green. HEX triplet: 7C, DB and 7E. RGB value is (124,219,126). Sum of RGB (Red+Green+Blue) = 124+219+126=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDB7E is #832481. Grayscale: #B4B4B4. Windows color (decimal): -8594562 or 8313724. OLE color: 8313724.
HSL color Cylindrical-coordinate representation of color #7CDB7E: hue angle of 121.26º 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 #7CDB7E is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 126 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.14 |
| HSL | 121.26º | 0.57% | 0.67% | - |
| HSV(B) | 121.26º | 0.43% | 0.86% | - |
| XYZ | 37.41 | 56.45 | 28.66 | - |
| YUV | 179.99 | 97.53 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 126 | 0.43 | 0 | 0.42 | 0.14 | 121.26 | 0.57 | 0.67 |
| Hex | 7C | DB | 7E | 2B | 0 | 2A | E | 79 | 39 | 43 |
| Octal | 174 | 333 | 176 | 53 | 0 | 52 | 16 | 171 | 71 | 103 |
| Binary | 1111100 | 11011011 | 1111110 | 101011 | 0 | 101010 | 1110 | 1111001 | 111001 | 1000011 |
Color Harmonies of #7CDB7E
Complementary color
Monochromatic Colors of #7CDB7E
Black with #7CDB7E
Text Example
Text Example
White with #7CDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDB7E; }
p { color: rgb(124,219,126); }
H1.HeaderClassName
{
color: #7CDB7E;
}
.AnyTagClassName
{
color: #7CDB7E;
}
</style>
background-color css
<style>
a { background-color: #7CDB7E; }
a { background-color: rgb(124,219,126); }
div.DivClassName
{
background-color: #7CDB7E;
}
.BgClassName
{
background-color: #7CDB7E;
}
</style>
border-color css
<style>
span { border-color: #7CDB7E; }
span { border-color: rgb(124,219,126); }
td.TdClassName
{
border-color: #7CDB7E;
}
.TagClassName
{
border-color: #7CDB7E;
}
</style>