Shades of Light Green #8CF273
Tints of Light Green #8CF273
RGB
CMYK
RGB Variations
Color information
#8CF273 (or 0x8CF273) is known color: Light Green. HEX triplet: 8C, F2 and 73. RGB value is (140,242,115). Sum of RGB (Red+Green+Blue) = 140+242+115=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF273 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF273 is #730D8C. Grayscale: #C5C5C5. Windows color (decimal): -7540109 or 7598732. OLE color: 7598732.
HSL color Cylindrical-coordinate representation of color #8CF273: hue angle of 108.19º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CF273 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 115 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.05 |
| HSL | 108.19º | 0.83% | 0.7% | - |
| HSV(B) | 108.19º | 0.52% | 0.95% | - |
| XYZ | 45.66 | 70.32 | 27.39 | - |
| YUV | 197.02 | 81.71 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 115 | 0.42 | 0 | 0.52 | 0.05 | 108.19 | 0.83 | 0.7 |
| Hex | 8C | F2 | 73 | 2A | 0 | 34 | 5 | 6C | 53 | 46 |
| Octal | 214 | 362 | 163 | 52 | 0 | 64 | 5 | 154 | 123 | 106 |
| Binary | 10001100 | 11110010 | 1110011 | 101010 | 0 | 110100 | 101 | 1101100 | 1010011 | 1000110 |
Color Harmonies of #8CF273
Complementary color
Monochromatic Colors of #8CF273
Black with #8CF273
Text Example
Text Example
White with #8CF273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF273; }
p { color: rgb(140,242,115); }
H1.HeaderClassName
{
color: #8CF273;
}
.AnyTagClassName
{
color: #8CF273;
}
</style>
background-color css
<style>
a { background-color: #8CF273; }
a { background-color: rgb(140,242,115); }
div.DivClassName
{
background-color: #8CF273;
}
.BgClassName
{
background-color: #8CF273;
}
</style>
border-color css
<style>
span { border-color: #8CF273; }
span { border-color: rgb(140,242,115); }
td.TdClassName
{
border-color: #8CF273;
}
.TagClassName
{
border-color: #8CF273;
}
</style>