Shades of Pastel Green #7CDA69
Tints of Pastel Green #7CDA69
RGB
CMYK
RGB Variations
Color information
#7CDA69 (or 0x7CDA69) is known color: Pastel Green. HEX triplet: 7C, DA and 69. RGB value is (124,218,105). Sum of RGB (Red+Green+Blue) = 124+218+105=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDA69 is #832596. Grayscale: #B1B1B1. Windows color (decimal): -8594839 or 6937212. OLE color: 6937212.
HSL color Cylindrical-coordinate representation of color #7CDA69: hue angle of 109.91º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CDA69 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 218 | 105 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.15 |
| HSL | 109.91º | 0.6% | 0.63% | - |
| HSV(B) | 109.91º | 0.52% | 0.85% | - |
| XYZ | 35.93 | 55.45 | 22.17 | - |
| YUV | 177.01 | 87.36 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 218 | 105 | 0.43 | 0 | 0.52 | 0.15 | 109.91 | 0.6 | 0.63 |
| Hex | 7C | DA | 69 | 2B | 0 | 34 | F | 6E | 3C | 3F |
| Octal | 174 | 332 | 151 | 53 | 0 | 64 | 17 | 156 | 74 | 77 |
| Binary | 1111100 | 11011010 | 1101001 | 101011 | 0 | 110100 | 1111 | 1101110 | 111100 | 111111 |
Color Harmonies of #7CDA69
Complementary color
Monochromatic Colors of #7CDA69
Black with #7CDA69
Text Example
Text Example
White with #7CDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDA69; }
p { color: rgb(124,218,105); }
H1.HeaderClassName
{
color: #7CDA69;
}
.AnyTagClassName
{
color: #7CDA69;
}
</style>
background-color css
<style>
a { background-color: #7CDA69; }
a { background-color: rgb(124,218,105); }
div.DivClassName
{
background-color: #7CDA69;
}
.BgClassName
{
background-color: #7CDA69;
}
</style>
border-color css
<style>
span { border-color: #7CDA69; }
span { border-color: rgb(124,218,105); }
td.TdClassName
{
border-color: #7CDA69;
}
.TagClassName
{
border-color: #7CDA69;
}
</style>