Shades of Pastel Green #7CF16B
Tints of Pastel Green #7CF16B
RGB
CMYK
RGB Variations
Color information
#7CF16B (or 0x7CF16B) is known color: Pastel Green. HEX triplet: 7C, F1 and 6B. RGB value is (124,241,107). Sum of RGB (Red+Green+Blue) = 124+241+107=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF16B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF16B is #830E94. Grayscale: #BFBFBF. Windows color (decimal): -8588949 or 7074172. OLE color: 7074172.
HSL color Cylindrical-coordinate representation of color #7CF16B: hue angle of 112.39º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CF16B is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 107 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.05 |
| HSL | 112.39º | 0.83% | 0.68% | - |
| HSV(B) | 112.39º | 0.56% | 0.95% | - |
| XYZ | 42.42 | 68.26 | 24.85 | - |
| YUV | 190.74 | 80.74 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 107 | 0.49 | 0 | 0.56 | 0.05 | 112.39 | 0.83 | 0.68 |
| Hex | 7C | F1 | 6B | 31 | 0 | 38 | 5 | 70 | 53 | 44 |
| Octal | 174 | 361 | 153 | 61 | 0 | 70 | 5 | 160 | 123 | 104 |
| Binary | 1111100 | 11110001 | 1101011 | 110001 | 0 | 111000 | 101 | 1110000 | 1010011 | 1000100 |
Color Harmonies of #7CF16B
Complementary color
Monochromatic Colors of #7CF16B
Black with #7CF16B
Text Example
Text Example
White with #7CF16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF16B; }
p { color: rgb(124,241,107); }
H1.HeaderClassName
{
color: #7CF16B;
}
.AnyTagClassName
{
color: #7CF16B;
}
</style>
background-color css
<style>
a { background-color: #7CF16B; }
a { background-color: rgb(124,241,107); }
div.DivClassName
{
background-color: #7CF16B;
}
.BgClassName
{
background-color: #7CF16B;
}
</style>
border-color css
<style>
span { border-color: #7CF16B; }
span { border-color: rgb(124,241,107); }
td.TdClassName
{
border-color: #7CF16B;
}
.TagClassName
{
border-color: #7CF16B;
}
</style>