Shades of Bright Green #5FDB09
Tints of Bright Green #5FDB09
RGB
CMYK
RGB Variations
Color information
#5FDB09 (or 0x5FDB09) is known color: Bright Green. HEX triplet: 5F, DB and 09. RGB value is (95,219,9). Sum of RGB (Red+Green+Blue) = 95+219+9=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 219 (85.94% from 255 or 67.80% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDB09 is #A024F6. Grayscale: #9E9E9E. Windows color (decimal): -10495223 or 645983. OLE color: 645983.
HSL color Cylindrical-coordinate representation of color #5FDB09: hue angle of 95.43º degrees, saturation: 0.92, 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 #5FDB09 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 9 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.14 |
| HSL | 95.43º | 0.92% | 0.45% | - |
| HSV(B) | 95.43º | 0.96% | 0.86% | - |
| XYZ | 30.1 | 53.12 | 8.92 | - |
| YUV | 157.98 | 43.92 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 9 | 0.57 | 0 | 0.96 | 0.14 | 95.43 | 0.92 | 0.45 |
| Hex | 5F | DB | 9 | 39 | 0 | 60 | E | 5F | 5C | 2D |
| Octal | 137 | 333 | 11 | 71 | 0 | 140 | 16 | 137 | 134 | 55 |
| Binary | 1011111 | 11011011 | 1001 | 111001 | 0 | 1100000 | 1110 | 1011111 | 1011100 | 101101 |
Color Harmonies of #5FDB09
Complementary color
Monochromatic Colors of #5FDB09
Black with #5FDB09
Text Example
Text Example
White with #5FDB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB09; }
p { color: rgb(95,219,9); }
H1.HeaderClassName
{
color: #5FDB09;
}
.AnyTagClassName
{
color: #5FDB09;
}
</style>
background-color css
<style>
a { background-color: #5FDB09; }
a { background-color: rgb(95,219,9); }
div.DivClassName
{
background-color: #5FDB09;
}
.BgClassName
{
background-color: #5FDB09;
}
</style>
border-color css
<style>
span { border-color: #5FDB09; }
span { border-color: rgb(95,219,9); }
td.TdClassName
{
border-color: #5FDB09;
}
.TagClassName
{
border-color: #5FDB09;
}
</style>