Shades of Bright Green #5FFD03
Tints of Bright Green #5FFD03
RGB
CMYK
RGB Variations
Color information
#5FFD03 (or 0x5FFD03) is known color: Bright Green. HEX triplet: 5F, FD and 03. RGB value is (95,253,3). Sum of RGB (Red+Green+Blue) = 95+253+3=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 253 (99.22% from 255 or 72.08% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFD03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFD03 is #A002FC. Grayscale: #B2B2B2. Windows color (decimal): -10486525 or 261471. OLE color: 261471.
HSL color Cylindrical-coordinate representation of color #5FFD03: hue angle of 97.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FFD03 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 3 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.01 |
| HSL | 97.92º | 0.98% | 0.5% | - |
| HSV(B) | 97.92º | 0.99% | 0.99% | - |
| XYZ | 39.86 | 72.69 | 12.02 | - |
| YUV | 177.26 | 29.65 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 3 | 0.62 | 0 | 0.99 | 0.01 | 97.92 | 0.98 | 0.5 |
| Hex | 5F | FD | 3 | 3E | 0 | 63 | 1 | 62 | 62 | 32 |
| Octal | 137 | 375 | 3 | 76 | 0 | 143 | 1 | 142 | 142 | 62 |
| Binary | 1011111 | 11111101 | 11 | 111110 | 0 | 1100011 | 1 | 1100010 | 1100010 | 110010 |
Color Harmonies of #5FFD03
Complementary color
Monochromatic Colors of #5FFD03
Black with #5FFD03
Text Example
Text Example
White with #5FFD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFD03; }
p { color: rgb(95,253,3); }
H1.HeaderClassName
{
color: #5FFD03;
}
.AnyTagClassName
{
color: #5FFD03;
}
</style>
background-color css
<style>
a { background-color: #5FFD03; }
a { background-color: rgb(95,253,3); }
div.DivClassName
{
background-color: #5FFD03;
}
.BgClassName
{
background-color: #5FFD03;
}
</style>
border-color css
<style>
span { border-color: #5FFD03; }
span { border-color: rgb(95,253,3); }
td.TdClassName
{
border-color: #5FFD03;
}
.TagClassName
{
border-color: #5FFD03;
}
</style>