Shades of Bright Green #5FFC00
Tints of Bright Green #5FFC00
RGB
CMYK
RGB Variations
Color information
#5FFC00 (or 0x5FFC00) is known color: Bright Green. HEX triplet: 5F, FC and 00. RGB value is (95,252,0). Sum of RGB (Red+Green+Blue) = 95+252+0=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 252 (98.83% from 255 or 72.62% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFC00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFC00 is #A003FF. Grayscale: #B1B1B1. Windows color (decimal): -10486784 or 64607. OLE color: 64607.
HSL color Cylindrical-coordinate representation of color #5FFC00: hue angle of 97.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FFC00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.01 |
| HSL | 97.38º | 1% | 0.49% | - |
| HSV(B) | 97.38º | 1% | 0.99% | - |
| XYZ | 39.53 | 72.05 | 11.82 | - |
| YUV | 176.33 | 28.49 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 0 | 0.62 | 0 | 1 | 0.01 | 97.38 | 1 | 0.49 |
| Hex | 5F | FC | 0 | 3E | 0 | 64 | 1 | 61 | 64 | 31 |
| Octal | 137 | 374 | 0 | 76 | 0 | 144 | 1 | 141 | 144 | 61 |
| Binary | 1011111 | 11111100 | 0 | 111110 | 0 | 1100100 | 1 | 1100001 | 1100100 | 110001 |
Color Harmonies of #5FFC00
Complementary color
Monochromatic Colors of #5FFC00
Black with #5FFC00
Text Example
Text Example
White with #5FFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFC00; }
p { color: rgb(95,252,0); }
H1.HeaderClassName
{
color: #5FFC00;
}
.AnyTagClassName
{
color: #5FFC00;
}
</style>
background-color css
<style>
a { background-color: #5FFC00; }
a { background-color: rgb(95,252,0); }
div.DivClassName
{
background-color: #5FFC00;
}
.BgClassName
{
background-color: #5FFC00;
}
</style>
border-color css
<style>
span { border-color: #5FFC00; }
span { border-color: rgb(95,252,0); }
td.TdClassName
{
border-color: #5FFC00;
}
.TagClassName
{
border-color: #5FFC00;
}
</style>