Shades of Bright Green #5FFC0F
Tints of Bright Green #5FFC0F
RGB
CMYK
RGB Variations
Color information
#5FFC0F (or 0x5FFC0F) is known color: Bright Green. HEX triplet: 5F, FC and 0F. RGB value is (95,252,15). Sum of RGB (Red+Green+Blue) = 95+252+15=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 252 (98.83% from 255 or 69.61% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFC0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFC0F is #A003F0. Grayscale: #B2B2B2. Windows color (decimal): -10486769 or 1047647. OLE color: 1047647.
HSL color Cylindrical-coordinate representation of color #5FFC0F: hue angle of 99.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FFC0F is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 15 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.01 |
| HSL | 99.75º | 0.98% | 0.52% | - |
| HSV(B) | 99.75º | 0.94% | 0.99% | - |
| XYZ | 39.62 | 72.09 | 12.28 | - |
| YUV | 178.04 | 35.99 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 15 | 0.62 | 0 | 0.94 | 0.01 | 99.75 | 0.98 | 0.52 |
| Hex | 5F | FC | F | 3E | 0 | 5E | 1 | 64 | 62 | 34 |
| Octal | 137 | 374 | 17 | 76 | 0 | 136 | 1 | 144 | 142 | 64 |
| Binary | 1011111 | 11111100 | 1111 | 111110 | 0 | 1011110 | 1 | 1100100 | 1100010 | 110100 |
Color Harmonies of #5FFC0F
Complementary color
Monochromatic Colors of #5FFC0F
Black with #5FFC0F
Text Example
Text Example
White with #5FFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFC0F; }
p { color: rgb(95,252,15); }
H1.HeaderClassName
{
color: #5FFC0F;
}
.AnyTagClassName
{
color: #5FFC0F;
}
</style>
background-color css
<style>
a { background-color: #5FFC0F; }
a { background-color: rgb(95,252,15); }
div.DivClassName
{
background-color: #5FFC0F;
}
.BgClassName
{
background-color: #5FFC0F;
}
</style>
border-color css
<style>
span { border-color: #5FFC0F; }
span { border-color: rgb(95,252,15); }
td.TdClassName
{
border-color: #5FFC0F;
}
.TagClassName
{
border-color: #5FFC0F;
}
</style>