Shades of Light Green #73FB8C
Tints of Light Green #73FB8C
RGB
CMYK
RGB Variations
Color information
#73FB8C (or 0x73FB8C) is known color: Light Green. HEX triplet: 73, FB and 8C. RGB value is (115,251,140). Sum of RGB (Red+Green+Blue) = 115+251+140=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #73FB8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FB8C is #8C0473. Grayscale: #C5C5C5. Windows color (decimal): -9176180 or 9239411. OLE color: 9239411.
HSL color Cylindrical-coordinate representation of color #73FB8C: hue angle of 131.03º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FB8C is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 140 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.02 |
| HSL | 131.03º | 0.94% | 0.72% | - |
| HSV(B) | 131.03º | 0.54% | 0.98% | - |
| XYZ | 46.3 | 74.53 | 36.76 | - |
| YUV | 197.68 | 95.44 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 140 | 0.54 | 0 | 0.44 | 0.02 | 131.03 | 0.94 | 0.72 |
| Hex | 73 | FB | 8C | 36 | 0 | 2C | 2 | 83 | 5E | 48 |
| Octal | 163 | 373 | 214 | 66 | 0 | 54 | 2 | 203 | 136 | 110 |
| Binary | 1110011 | 11111011 | 10001100 | 110110 | 0 | 101100 | 10 | 10000011 | 1011110 | 1001000 |
Color Harmonies of #73FB8C
Complementary color
Monochromatic Colors of #73FB8C
Black with #73FB8C
Text Example
Text Example
White with #73FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FB8C; }
p { color: rgb(115,251,140); }
H1.HeaderClassName
{
color: #73FB8C;
}
.AnyTagClassName
{
color: #73FB8C;
}
</style>
background-color css
<style>
a { background-color: #73FB8C; }
a { background-color: rgb(115,251,140); }
div.DivClassName
{
background-color: #73FB8C;
}
.BgClassName
{
background-color: #73FB8C;
}
</style>
border-color css
<style>
span { border-color: #73FB8C; }
span { border-color: rgb(115,251,140); }
td.TdClassName
{
border-color: #73FB8C;
}
.TagClassName
{
border-color: #73FB8C;
}
</style>