Shades of Pastel Green #7CF182
Tints of Pastel Green #7CF182
RGB
CMYK
RGB Variations
Color information
#7CF182 (or 0x7CF182) is known color: Pastel Green. HEX triplet: 7C, F1 and 82. RGB value is (124,241,130). Sum of RGB (Red+Green+Blue) = 124+241+130=495 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.05% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF182 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF182 is #830E7D. Grayscale: #C1C1C1. Windows color (decimal): -8588926 or 8581500. OLE color: 8581500.
HSL color Cylindrical-coordinate representation of color #7CF182: hue angle of 123.08º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF182 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 130 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.05 |
| HSL | 123.08º | 0.81% | 0.72% | - |
| HSV(B) | 123.08º | 0.49% | 0.95% | - |
| XYZ | 43.8 | 68.81 | 32.09 | - |
| YUV | 193.36 | 92.24 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 130 | 0.49 | 0 | 0.46 | 0.05 | 123.08 | 0.81 | 0.72 |
| Hex | 7C | F1 | 82 | 31 | 0 | 2E | 5 | 7B | 51 | 48 |
| Octal | 174 | 361 | 202 | 61 | 0 | 56 | 5 | 173 | 121 | 110 |
| Binary | 1111100 | 11110001 | 10000010 | 110001 | 0 | 101110 | 101 | 1111011 | 1010001 | 1001000 |
Color Harmonies of #7CF182
Complementary color
Monochromatic Colors of #7CF182
Black with #7CF182
Text Example
Text Example
White with #7CF182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF182; }
p { color: rgb(124,241,130); }
H1.HeaderClassName
{
color: #7CF182;
}
.AnyTagClassName
{
color: #7CF182;
}
</style>
background-color css
<style>
a { background-color: #7CF182; }
a { background-color: rgb(124,241,130); }
div.DivClassName
{
background-color: #7CF182;
}
.BgClassName
{
background-color: #7CF182;
}
</style>
border-color css
<style>
span { border-color: #7CF182; }
span { border-color: rgb(124,241,130); }
td.TdClassName
{
border-color: #7CF182;
}
.TagClassName
{
border-color: #7CF182;
}
</style>