Shades of Pastel Green #7CEF74
Tints of Pastel Green #7CEF74
RGB
CMYK
RGB Variations
Color information
#7CEF74 (or 0x7CEF74) is known color: Pastel Green. HEX triplet: 7C, EF and 74. RGB value is (124,239,116). Sum of RGB (Red+Green+Blue) = 124+239+116=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #7CEF74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CEF74 is #83108B. Grayscale: #BEBEBE. Windows color (decimal): -8589452 or 7663484. OLE color: 7663484.
HSL color Cylindrical-coordinate representation of color #7CEF74: hue angle of 116.1º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CEF74 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 239 | 116 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.06 |
| HSL | 116.1º | 0.79% | 0.7% | - |
| HSV(B) | 116.1º | 0.51% | 0.94% | - |
| XYZ | 42.33 | 67.28 | 27.28 | - |
| YUV | 190.59 | 85.9 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 239 | 116 | 0.48 | 0 | 0.51 | 0.06 | 116.1 | 0.79 | 0.7 |
| Hex | 7C | EF | 74 | 30 | 0 | 33 | 6 | 74 | 4F | 46 |
| Octal | 174 | 357 | 164 | 60 | 0 | 63 | 6 | 164 | 117 | 106 |
| Binary | 1111100 | 11101111 | 1110100 | 110000 | 0 | 110011 | 110 | 1110100 | 1001111 | 1000110 |
Color Harmonies of #7CEF74
Complementary color
Monochromatic Colors of #7CEF74
Black with #7CEF74
Text Example
Text Example
White with #7CEF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEF74; }
p { color: rgb(124,239,116); }
H1.HeaderClassName
{
color: #7CEF74;
}
.AnyTagClassName
{
color: #7CEF74;
}
</style>
background-color css
<style>
a { background-color: #7CEF74; }
a { background-color: rgb(124,239,116); }
div.DivClassName
{
background-color: #7CEF74;
}
.BgClassName
{
background-color: #7CEF74;
}
</style>
border-color css
<style>
span { border-color: #7CEF74; }
span { border-color: rgb(124,239,116); }
td.TdClassName
{
border-color: #7CEF74;
}
.TagClassName
{
border-color: #7CEF74;
}
</style>