Shades of Light Green #7CFB85
Tints of Light Green #7CFB85
RGB
CMYK
RGB Variations
Color information
#7CFB85 (or 0x7CFB85) is known color: Light Green. HEX triplet: 7C, FB and 85. RGB value is (124,251,133). Sum of RGB (Red+Green+Blue) = 124+251+133=508 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.41% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFB85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFB85 is #83047A. Grayscale: #C7C7C7. Windows color (decimal): -8586363 or 8780668. OLE color: 8780668.
HSL color Cylindrical-coordinate representation of color #7CFB85: hue angle of 124.25º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFB85 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 251 | 133 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.02 |
| HSL | 124.25º | 0.94% | 0.74% | - |
| HSV(B) | 124.25º | 0.51% | 0.98% | - |
| XYZ | 47.04 | 74.97 | 34.18 | - |
| YUV | 199.58 | 90.42 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 251 | 133 | 0.51 | 0 | 0.47 | 0.02 | 124.25 | 0.94 | 0.74 |
| Hex | 7C | FB | 85 | 33 | 0 | 2F | 2 | 7C | 5E | 4A |
| Octal | 174 | 373 | 205 | 63 | 0 | 57 | 2 | 174 | 136 | 112 |
| Binary | 1111100 | 11111011 | 10000101 | 110011 | 0 | 101111 | 10 | 1111100 | 1011110 | 1001010 |
Color Harmonies of #7CFB85
Complementary color
Monochromatic Colors of #7CFB85
Black with #7CFB85
Text Example
Text Example
White with #7CFB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFB85; }
p { color: rgb(124,251,133); }
H1.HeaderClassName
{
color: #7CFB85;
}
.AnyTagClassName
{
color: #7CFB85;
}
</style>
background-color css
<style>
a { background-color: #7CFB85; }
a { background-color: rgb(124,251,133); }
div.DivClassName
{
background-color: #7CFB85;
}
.BgClassName
{
background-color: #7CFB85;
}
</style>
border-color css
<style>
span { border-color: #7CFB85; }
span { border-color: rgb(124,251,133); }
td.TdClassName
{
border-color: #7CFB85;
}
.TagClassName
{
border-color: #7CFB85;
}
</style>