Shades of Pastel Green #7CCF74
Tints of Pastel Green #7CCF74
RGB
CMYK
RGB Variations
Color information
#7CCF74 (or 0x7CCF74) is known color: Pastel Green. HEX triplet: 7C, CF and 74. RGB value is (124,207,116). Sum of RGB (Red+Green+Blue) = 124+207+116=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF74 is #83308B. Grayscale: #ACACAC. Windows color (decimal): -8597644 or 7655292. OLE color: 7655292.
HSL color Cylindrical-coordinate representation of color #7CCF74: hue angle of 114.73º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CCF74 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 116 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.19 |
| HSL | 114.73º | 0.49% | 0.63% | - |
| HSV(B) | 114.73º | 0.44% | 0.81% | - |
| XYZ | 33.78 | 50.17 | 24.43 | - |
| YUV | 171.81 | 96.5 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 116 | 0.40 | 0 | 0.44 | 0.19 | 114.73 | 0.49 | 0.63 |
| Hex | 7C | CF | 74 | 28 | 0 | 2C | 13 | 73 | 31 | 3F |
| Octal | 174 | 317 | 164 | 50 | 0 | 54 | 23 | 163 | 61 | 77 |
| Binary | 1111100 | 11001111 | 1110100 | 101000 | 0 | 101100 | 10011 | 1110011 | 110001 | 111111 |
Color Harmonies of #7CCF74
Complementary color
Monochromatic Colors of #7CCF74
Black with #7CCF74
Text Example
Text Example
White with #7CCF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF74; }
p { color: rgb(124,207,116); }
H1.HeaderClassName
{
color: #7CCF74;
}
.AnyTagClassName
{
color: #7CCF74;
}
</style>
background-color css
<style>
a { background-color: #7CCF74; }
a { background-color: rgb(124,207,116); }
div.DivClassName
{
background-color: #7CCF74;
}
.BgClassName
{
background-color: #7CCF74;
}
</style>
border-color css
<style>
span { border-color: #7CCF74; }
span { border-color: rgb(124,207,116); }
td.TdClassName
{
border-color: #7CCF74;
}
.TagClassName
{
border-color: #7CCF74;
}
</style>