Shades of Bright Green #5FD803
Tints of Bright Green #5FD803
RGB
CMYK
RGB Variations
Color information
#5FD803 (or 0x5FD803) is known color: Bright Green. HEX triplet: 5F, D8 and 03. RGB value is (95,216,3). Sum of RGB (Red+Green+Blue) = 95+216+3=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 216 (84.77% from 255 or 68.79% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD803 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD803 is #A027FC. Grayscale: #9C9C9C. Windows color (decimal): -10495997 or 251999. OLE color: 251999.
HSL color Cylindrical-coordinate representation of color #5FD803: hue angle of 94.08º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FD803 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 3 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.15 |
| HSL | 94.08º | 0.97% | 0.43% | - |
| HSV(B) | 94.08º | 0.99% | 0.85% | - |
| XYZ | 29.29 | 51.55 | 8.49 | - |
| YUV | 155.54 | 41.91 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 3 | 0.56 | 0 | 0.99 | 0.15 | 94.08 | 0.97 | 0.43 |
| Hex | 5F | D8 | 3 | 38 | 0 | 63 | F | 5E | 61 | 2B |
| Octal | 137 | 330 | 3 | 70 | 0 | 143 | 17 | 136 | 141 | 53 |
| Binary | 1011111 | 11011000 | 11 | 111000 | 0 | 1100011 | 1111 | 1011110 | 1100001 | 101011 |
Color Harmonies of #5FD803
Complementary color
Monochromatic Colors of #5FD803
Black with #5FD803
Text Example
Text Example
White with #5FD803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD803; }
p { color: rgb(95,216,3); }
H1.HeaderClassName
{
color: #5FD803;
}
.AnyTagClassName
{
color: #5FD803;
}
</style>
background-color css
<style>
a { background-color: #5FD803; }
a { background-color: rgb(95,216,3); }
div.DivClassName
{
background-color: #5FD803;
}
.BgClassName
{
background-color: #5FD803;
}
</style>
border-color css
<style>
span { border-color: #5FD803; }
span { border-color: rgb(95,216,3); }
td.TdClassName
{
border-color: #5FD803;
}
.TagClassName
{
border-color: #5FD803;
}
</style>