Shades of Pastel Green #7CF16D
Tints of Pastel Green #7CF16D
RGB
CMYK
RGB Variations
Color information
#7CF16D (or 0x7CF16D) is known color: Pastel Green. HEX triplet: 7C, F1 and 6D. RGB value is (124,241,109). Sum of RGB (Red+Green+Blue) = 124+241+109=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF16D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF16D is #830E92. Grayscale: #BFBFBF. Windows color (decimal): -8588947 or 7205244. OLE color: 7205244.
HSL color Cylindrical-coordinate representation of color #7CF16D: hue angle of 113.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CF16D is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 109 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.05 |
| HSL | 113.18º | 0.83% | 0.69% | - |
| HSV(B) | 113.18º | 0.55% | 0.95% | - |
| XYZ | 42.53 | 68.3 | 25.41 | - |
| YUV | 190.97 | 81.74 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 109 | 0.49 | 0 | 0.55 | 0.05 | 113.18 | 0.83 | 0.69 |
| Hex | 7C | F1 | 6D | 31 | 0 | 37 | 5 | 71 | 52 | 45 |
| Octal | 174 | 361 | 155 | 61 | 0 | 67 | 5 | 161 | 122 | 105 |
| Binary | 1111100 | 11110001 | 1101101 | 110001 | 0 | 110111 | 101 | 1110001 | 1010010 | 1000101 |
Color Harmonies of #7CF16D
Complementary color
Monochromatic Colors of #7CF16D
Black with #7CF16D
Text Example
Text Example
White with #7CF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF16D; }
p { color: rgb(124,241,109); }
H1.HeaderClassName
{
color: #7CF16D;
}
.AnyTagClassName
{
color: #7CF16D;
}
</style>
background-color css
<style>
a { background-color: #7CF16D; }
a { background-color: rgb(124,241,109); }
div.DivClassName
{
background-color: #7CF16D;
}
.BgClassName
{
background-color: #7CF16D;
}
</style>
border-color css
<style>
span { border-color: #7CF16D; }
span { border-color: rgb(124,241,109); }
td.TdClassName
{
border-color: #7CF16D;
}
.TagClassName
{
border-color: #7CF16D;
}
</style>