Shades of Bright Green #5FDB08
Tints of Bright Green #5FDB08
RGB
CMYK
RGB Variations
Color information
#5FDB08 (or 0x5FDB08) is known color: Bright Green. HEX triplet: 5F, DB and 08. RGB value is (95,219,8). Sum of RGB (Red+Green+Blue) = 95+219+8=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 219 (85.94% from 255 or 68.01% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDB08 is #A024F7. Grayscale: #9E9E9E. Windows color (decimal): -10495224 or 580447. OLE color: 580447.
HSL color Cylindrical-coordinate representation of color #5FDB08: hue angle of 95.26º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FDB08 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 8 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.14 |
| HSL | 95.26º | 0.93% | 0.45% | - |
| HSV(B) | 95.26º | 0.96% | 0.86% | - |
| XYZ | 30.09 | 53.11 | 8.9 | - |
| YUV | 157.87 | 43.42 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 8 | 0.57 | 0 | 0.96 | 0.14 | 95.26 | 0.93 | 0.45 |
| Hex | 5F | DB | 8 | 39 | 0 | 60 | E | 5F | 5D | 2D |
| Octal | 137 | 333 | 10 | 71 | 0 | 140 | 16 | 137 | 135 | 55 |
| Binary | 1011111 | 11011011 | 1000 | 111001 | 0 | 1100000 | 1110 | 1011111 | 1011101 | 101101 |
Color Harmonies of #5FDB08
Complementary color
Monochromatic Colors of #5FDB08
Black with #5FDB08
Text Example
Text Example
White with #5FDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB08; }
p { color: rgb(95,219,8); }
H1.HeaderClassName
{
color: #5FDB08;
}
.AnyTagClassName
{
color: #5FDB08;
}
</style>
background-color css
<style>
a { background-color: #5FDB08; }
a { background-color: rgb(95,219,8); }
div.DivClassName
{
background-color: #5FDB08;
}
.BgClassName
{
background-color: #5FDB08;
}
</style>
border-color css
<style>
span { border-color: #5FDB08; }
span { border-color: rgb(95,219,8); }
td.TdClassName
{
border-color: #5FDB08;
}
.TagClassName
{
border-color: #5FDB08;
}
</style>