Shades of Pastel Green #7CDA85
Tints of Pastel Green #7CDA85
RGB
CMYK
RGB Variations
Color information
#7CDA85 (or 0x7CDA85) is known color: Pastel Green. HEX triplet: 7C, DA and 85. RGB value is (124,218,133). Sum of RGB (Red+Green+Blue) = 124+218+133=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDA85 is #83257A. Grayscale: #B4B4B4. Windows color (decimal): -8594811 or 8772220. OLE color: 8772220.
HSL color Cylindrical-coordinate representation of color #7CDA85: hue angle of 125.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDA85 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 218 | 133 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.15 |
| HSL | 125.74º | 0.56% | 0.67% | - |
| HSV(B) | 125.74º | 0.43% | 0.85% | - |
| XYZ | 37.62 | 56.12 | 31.04 | - |
| YUV | 180.2 | 101.36 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 218 | 133 | 0.43 | 0 | 0.39 | 0.15 | 125.74 | 0.56 | 0.67 |
| Hex | 7C | DA | 85 | 2B | 0 | 27 | F | 7E | 38 | 43 |
| Octal | 174 | 332 | 205 | 53 | 0 | 47 | 17 | 176 | 70 | 103 |
| Binary | 1111100 | 11011010 | 10000101 | 101011 | 0 | 100111 | 1111 | 1111110 | 111000 | 1000011 |
Color Harmonies of #7CDA85
Complementary color
Monochromatic Colors of #7CDA85
Black with #7CDA85
Text Example
Text Example
White with #7CDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDA85; }
p { color: rgb(124,218,133); }
H1.HeaderClassName
{
color: #7CDA85;
}
.AnyTagClassName
{
color: #7CDA85;
}
</style>
background-color css
<style>
a { background-color: #7CDA85; }
a { background-color: rgb(124,218,133); }
div.DivClassName
{
background-color: #7CDA85;
}
.BgClassName
{
background-color: #7CDA85;
}
</style>
border-color css
<style>
span { border-color: #7CDA85; }
span { border-color: rgb(124,218,133); }
td.TdClassName
{
border-color: #7CDA85;
}
.TagClassName
{
border-color: #7CDA85;
}
</style>