Shades of Green Yellow #8CFF3C
Tints of Green Yellow #8CFF3C
RGB
CMYK
RGB Variations
Color information
#8CFF3C (or 0x8CFF3C) is known color: Green Yellow. HEX triplet: 8C, FF and 3C. RGB value is (140,255,60). Sum of RGB (Red+Green+Blue) = 140+255+60=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFF3C is #7300C3. Grayscale: #C7C7C7. Windows color (decimal): -7536836 or 3997580. OLE color: 3997580.
HSL color Cylindrical-coordinate representation of color #8CFF3C: hue angle of 95.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CFF3C is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 60 | - |
| CMYK | 0.45 | 0 | 0.76 | 0 |
| HSL | 95.38º | 1% | 0.62% | - |
| HSV(B) | 95.38º | 0.76% | 1% | - |
| XYZ | 47.39 | 77.42 | 16.72 | - |
| YUV | 198.39 | 49.9 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 60 | 0.45 | 0 | 0.76 | 0 | 95.38 | 1 | 0.62 |
| Hex | 8C | FF | 3C | 2D | 0 | 4C | 0 | 5F | 64 | 3E |
| Octal | 214 | 377 | 74 | 55 | 0 | 114 | 0 | 137 | 144 | 76 |
| Binary | 10001100 | 11111111 | 111100 | 101101 | 0 | 1001100 | 0 | 1011111 | 1100100 | 111110 |
Color Harmonies of #8CFF3C
Complementary color
Monochromatic Colors of #8CFF3C
Black with #8CFF3C
Text Example
Text Example
White with #8CFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF3C; }
p { color: rgb(140,255,60); }
H1.HeaderClassName
{
color: #8CFF3C;
}
.AnyTagClassName
{
color: #8CFF3C;
}
</style>
background-color css
<style>
a { background-color: #8CFF3C; }
a { background-color: rgb(140,255,60); }
div.DivClassName
{
background-color: #8CFF3C;
}
.BgClassName
{
background-color: #8CFF3C;
}
</style>
border-color css
<style>
span { border-color: #8CFF3C; }
span { border-color: rgb(140,255,60); }
td.TdClassName
{
border-color: #8CFF3C;
}
.TagClassName
{
border-color: #8CFF3C;
}
</style>