Shades of Bright Green #5DFB02
Tints of Bright Green #5DFB02
RGB
CMYK
RGB Variations
Color information
#5DFB02 (or 0x5DFB02) is known color: Bright Green. HEX triplet: 5D, FB and 02. RGB value is (93,251,2). Sum of RGB (Red+Green+Blue) = 93+251+2=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFB02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DFB02 is #A204FD. Grayscale: #B0B0B0. Windows color (decimal): -10618110 or 195421. OLE color: 195421.
HSL color Cylindrical-coordinate representation of color #5DFB02: hue angle of 98.07º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DFB02 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 2 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.02 |
| HSL | 98.07º | 0.98% | 0.5% | - |
| HSV(B) | 98.07º | 0.99% | 0.98% | - |
| XYZ | 39.02 | 71.33 | 11.77 | - |
| YUV | 175.37 | 30.15 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 2 | 0.63 | 0 | 0.99 | 0.02 | 98.07 | 0.98 | 0.5 |
| Hex | 5D | FB | 2 | 3F | 0 | 63 | 2 | 62 | 62 | 32 |
| Octal | 135 | 373 | 2 | 77 | 0 | 143 | 2 | 142 | 142 | 62 |
| Binary | 1011101 | 11111011 | 10 | 111111 | 0 | 1100011 | 10 | 1100010 | 1100010 | 110010 |
Color Harmonies of #5DFB02
Complementary color
Monochromatic Colors of #5DFB02
Black with #5DFB02
Text Example
Text Example
White with #5DFB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFB02; }
p { color: rgb(93,251,2); }
H1.HeaderClassName
{
color: #5DFB02;
}
.AnyTagClassName
{
color: #5DFB02;
}
</style>
background-color css
<style>
a { background-color: #5DFB02; }
a { background-color: rgb(93,251,2); }
div.DivClassName
{
background-color: #5DFB02;
}
.BgClassName
{
background-color: #5DFB02;
}
</style>
border-color css
<style>
span { border-color: #5DFB02; }
span { border-color: rgb(93,251,2); }
td.TdClassName
{
border-color: #5DFB02;
}
.TagClassName
{
border-color: #5DFB02;
}
</style>