Shades of Pastel Green #7CDD61
Tints of Pastel Green #7CDD61
RGB
CMYK
RGB Variations
Color information
#7CDD61 (or 0x7CDD61) is known color: Pastel Green. HEX triplet: 7C, DD and 61. RGB value is (124,221,97). Sum of RGB (Red+Green+Blue) = 124+221+97=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDD61 is #83229E. Grayscale: #B2B2B2. Windows color (decimal): -8594079 or 6413692. OLE color: 6413692.
HSL color Cylindrical-coordinate representation of color #7CDD61: hue angle of 106.94º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CDD61 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 97 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.13 |
| HSL | 106.94º | 0.65% | 0.62% | - |
| HSV(B) | 106.94º | 0.56% | 0.87% | - |
| XYZ | 36.33 | 56.86 | 20.37 | - |
| YUV | 177.86 | 82.36 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 97 | 0.44 | 0 | 0.56 | 0.13 | 106.94 | 0.65 | 0.62 |
| Hex | 7C | DD | 61 | 2C | 0 | 38 | D | 6B | 41 | 3E |
| Octal | 174 | 335 | 141 | 54 | 0 | 70 | 15 | 153 | 101 | 76 |
| Binary | 1111100 | 11011101 | 1100001 | 101100 | 0 | 111000 | 1101 | 1101011 | 1000001 | 111110 |
Color Harmonies of #7CDD61
Complementary color
Monochromatic Colors of #7CDD61
Black with #7CDD61
Text Example
Text Example
White with #7CDD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD61; }
p { color: rgb(124,221,97); }
H1.HeaderClassName
{
color: #7CDD61;
}
.AnyTagClassName
{
color: #7CDD61;
}
</style>
background-color css
<style>
a { background-color: #7CDD61; }
a { background-color: rgb(124,221,97); }
div.DivClassName
{
background-color: #7CDD61;
}
.BgClassName
{
background-color: #7CDD61;
}
</style>
border-color css
<style>
span { border-color: #7CDD61; }
span { border-color: rgb(124,221,97); }
td.TdClassName
{
border-color: #7CDD61;
}
.TagClassName
{
border-color: #7CDD61;
}
</style>