Shades of Bright Green #5DFF08
Tints of Bright Green #5DFF08
RGB
CMYK
RGB Variations
Color information
#5DFF08 (or 0x5DFF08) is known color: Bright Green. HEX triplet: 5D, FF and 08. RGB value is (93,255,8). Sum of RGB (Red+Green+Blue) = 93+255+8=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFF08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DFF08 is #A200F7. Grayscale: #B3B3B3. Windows color (decimal): -10617080 or 589661. OLE color: 589661.
HSL color Cylindrical-coordinate representation of color #5DFF08: hue angle of 99.35º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5DFF08 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 8 | - |
| CMYK | 0.64 | 0 | 0.97 | 0 |
| HSL | 99.35º | 1% | 0.52% | - |
| HSV(B) | 99.35º | 0.97% | 1% | - |
| XYZ | 40.32 | 73.86 | 12.36 | - |
| YUV | 178.4 | 31.83 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 8 | 0.64 | 0 | 0.97 | 0 | 99.35 | 1 | 0.52 |
| Hex | 5D | FF | 8 | 40 | 0 | 61 | 0 | 63 | 64 | 34 |
| Octal | 135 | 377 | 10 | 100 | 0 | 141 | 0 | 143 | 144 | 64 |
| Binary | 1011101 | 11111111 | 1000 | 1000000 | 0 | 1100001 | 0 | 1100011 | 1100100 | 110100 |
Color Harmonies of #5DFF08
Complementary color
Monochromatic Colors of #5DFF08
Black with #5DFF08
Text Example
Text Example
White with #5DFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFF08; }
p { color: rgb(93,255,8); }
H1.HeaderClassName
{
color: #5DFF08;
}
.AnyTagClassName
{
color: #5DFF08;
}
</style>
background-color css
<style>
a { background-color: #5DFF08; }
a { background-color: rgb(93,255,8); }
div.DivClassName
{
background-color: #5DFF08;
}
.BgClassName
{
background-color: #5DFF08;
}
</style>
border-color css
<style>
span { border-color: #5DFF08; }
span { border-color: rgb(93,255,8); }
td.TdClassName
{
border-color: #5DFF08;
}
.TagClassName
{
border-color: #5DFF08;
}
</style>