Shades of Light Green #8CFB8A
Tints of Light Green #8CFB8A
RGB
CMYK
RGB Variations
Color information
#8CFB8A (or 0x8CFB8A) is known color: Light Green. HEX triplet: 8C, FB and 8A. RGB value is (140,251,138). Sum of RGB (Red+Green+Blue) = 140+251+138=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFB8A is #730475. Grayscale: #CDCDCD. Windows color (decimal): -7537782 or 9108364. OLE color: 9108364.
HSL color Cylindrical-coordinate representation of color #8CFB8A: hue angle of 118.94º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFB8A is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 138 | - |
| CMYK | 0.44 | 0 | 0.45 | 0.02 |
| HSL | 118.94º | 0.93% | 0.76% | - |
| HSV(B) | 118.94º | 0.45% | 0.98% | - |
| XYZ | 49.9 | 76.4 | 36.16 | - |
| YUV | 204.93 | 90.23 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 138 | 0.44 | 0 | 0.45 | 0.02 | 118.94 | 0.93 | 0.76 |
| Hex | 8C | FB | 8A | 2C | 0 | 2D | 2 | 77 | 5D | 4C |
| Octal | 214 | 373 | 212 | 54 | 0 | 55 | 2 | 167 | 135 | 114 |
| Binary | 10001100 | 11111011 | 10001010 | 101100 | 0 | 101101 | 10 | 1110111 | 1011101 | 1001100 |
Color Harmonies of #8CFB8A
Complementary color
Monochromatic Colors of #8CFB8A
Black with #8CFB8A
Text Example
Text Example
White with #8CFB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFB8A; }
p { color: rgb(140,251,138); }
H1.HeaderClassName
{
color: #8CFB8A;
}
.AnyTagClassName
{
color: #8CFB8A;
}
</style>
background-color css
<style>
a { background-color: #8CFB8A; }
a { background-color: rgb(140,251,138); }
div.DivClassName
{
background-color: #8CFB8A;
}
.BgClassName
{
background-color: #8CFB8A;
}
</style>
border-color css
<style>
span { border-color: #8CFB8A; }
span { border-color: rgb(140,251,138); }
td.TdClassName
{
border-color: #8CFB8A;
}
.TagClassName
{
border-color: #8CFB8A;
}
</style>