Shades of Pastel Green #7CF073
Tints of Pastel Green #7CF073
RGB
CMYK
RGB Variations
Color information
#7CF073 (or 0x7CF073) is known color: Pastel Green. HEX triplet: 7C, F0 and 73. RGB value is (124,240,115). Sum of RGB (Red+Green+Blue) = 124+240+115=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF073 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF073 is #830F8C. Grayscale: #BFBFBF. Windows color (decimal): -8589197 or 7598204. OLE color: 7598204.
HSL color Cylindrical-coordinate representation of color #7CF073: hue angle of 115.68º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CF073 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 240 | 115 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.06 |
| HSL | 115.68º | 0.81% | 0.7% | - |
| HSV(B) | 115.68º | 0.52% | 0.94% | - |
| XYZ | 42.57 | 67.84 | 27.07 | - |
| YUV | 191.07 | 85.07 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 115 | 0.48 | 0 | 0.52 | 0.06 | 115.68 | 0.81 | 0.7 |
| Hex | 7C | F0 | 73 | 30 | 0 | 34 | 6 | 74 | 51 | 46 |
| Octal | 174 | 360 | 163 | 60 | 0 | 64 | 6 | 164 | 121 | 106 |
| Binary | 1111100 | 11110000 | 1110011 | 110000 | 0 | 110100 | 110 | 1110100 | 1010001 | 1000110 |
Color Harmonies of #7CF073
Complementary color
Monochromatic Colors of #7CF073
Black with #7CF073
Text Example
Text Example
White with #7CF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF073; }
p { color: rgb(124,240,115); }
H1.HeaderClassName
{
color: #7CF073;
}
.AnyTagClassName
{
color: #7CF073;
}
</style>
background-color css
<style>
a { background-color: #7CF073; }
a { background-color: rgb(124,240,115); }
div.DivClassName
{
background-color: #7CF073;
}
.BgClassName
{
background-color: #7CF073;
}
</style>
border-color css
<style>
span { border-color: #7CF073; }
span { border-color: rgb(124,240,115); }
td.TdClassName
{
border-color: #7CF073;
}
.TagClassName
{
border-color: #7CF073;
}
</style>