Shades of Pastel Green #7CF281
Tints of Pastel Green #7CF281
RGB
CMYK
RGB Variations
Color information
#7CF281 (or 0x7CF281) is known color: Pastel Green. HEX triplet: 7C, F2 and 81. RGB value is (124,242,129). Sum of RGB (Red+Green+Blue) = 124+242+129=495 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.05% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF281 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF281 is #830D7E. Grayscale: #C2C2C2. Windows color (decimal): -8588671 or 8516220. OLE color: 8516220.
HSL color Cylindrical-coordinate representation of color #7CF281: hue angle of 122.54º degrees, saturation: 0.82, 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 #7CF281 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 129 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.05 |
| HSL | 122.54º | 0.82% | 0.72% | - |
| HSV(B) | 122.54º | 0.49% | 0.95% | - |
| XYZ | 44.03 | 69.37 | 31.84 | - |
| YUV | 193.84 | 91.41 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 129 | 0.49 | 0 | 0.47 | 0.05 | 122.54 | 0.82 | 0.72 |
| Hex | 7C | F2 | 81 | 31 | 0 | 2F | 5 | 7B | 52 | 48 |
| Octal | 174 | 362 | 201 | 61 | 0 | 57 | 5 | 173 | 122 | 110 |
| Binary | 1111100 | 11110010 | 10000001 | 110001 | 0 | 101111 | 101 | 1111011 | 1010010 | 1001000 |
Color Harmonies of #7CF281
Complementary color
Monochromatic Colors of #7CF281
Black with #7CF281
Text Example
Text Example
White with #7CF281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF281; }
p { color: rgb(124,242,129); }
H1.HeaderClassName
{
color: #7CF281;
}
.AnyTagClassName
{
color: #7CF281;
}
</style>
background-color css
<style>
a { background-color: #7CF281; }
a { background-color: rgb(124,242,129); }
div.DivClassName
{
background-color: #7CF281;
}
.BgClassName
{
background-color: #7CF281;
}
</style>
border-color css
<style>
span { border-color: #7CF281; }
span { border-color: rgb(124,242,129); }
td.TdClassName
{
border-color: #7CF281;
}
.TagClassName
{
border-color: #7CF281;
}
</style>