Shades of Pastel Green #7CEF70
Tints of Pastel Green #7CEF70
RGB
CMYK
RGB Variations
Color information
#7CEF70 (or 0x7CEF70) is known color: Pastel Green. HEX triplet: 7C, EF and 70. RGB value is (124,239,112). Sum of RGB (Red+Green+Blue) = 124+239+112=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #7CEF70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CEF70 is #83108F. Grayscale: #BEBEBE. Windows color (decimal): -8589456 or 7401340. OLE color: 7401340.
HSL color Cylindrical-coordinate representation of color #7CEF70: hue angle of 114.33º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CEF70 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 239 | 112 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.06 |
| HSL | 114.33º | 0.8% | 0.69% | - |
| HSV(B) | 114.33º | 0.53% | 0.94% | - |
| XYZ | 42.1 | 67.19 | 26.08 | - |
| YUV | 190.14 | 83.9 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 239 | 112 | 0.48 | 0 | 0.53 | 0.06 | 114.33 | 0.8 | 0.69 |
| Hex | 7C | EF | 70 | 30 | 0 | 35 | 6 | 72 | 50 | 45 |
| Octal | 174 | 357 | 160 | 60 | 0 | 65 | 6 | 162 | 120 | 105 |
| Binary | 1111100 | 11101111 | 1110000 | 110000 | 0 | 110101 | 110 | 1110010 | 1010000 | 1000101 |
Color Harmonies of #7CEF70
Complementary color
Monochromatic Colors of #7CEF70
Black with #7CEF70
Text Example
Text Example
White with #7CEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEF70; }
p { color: rgb(124,239,112); }
H1.HeaderClassName
{
color: #7CEF70;
}
.AnyTagClassName
{
color: #7CEF70;
}
</style>
background-color css
<style>
a { background-color: #7CEF70; }
a { background-color: rgb(124,239,112); }
div.DivClassName
{
background-color: #7CEF70;
}
.BgClassName
{
background-color: #7CEF70;
}
</style>
border-color css
<style>
span { border-color: #7CEF70; }
span { border-color: rgb(124,239,112); }
td.TdClassName
{
border-color: #7CEF70;
}
.TagClassName
{
border-color: #7CEF70;
}
</style>