Shades of Bright Green #5FDB04
Tints of Bright Green #5FDB04
RGB
CMYK
RGB Variations
Color information
#5FDB04 (or 0x5FDB04) is known color: Bright Green. HEX triplet: 5F, DB and 04. RGB value is (95,219,4). Sum of RGB (Red+Green+Blue) = 95+219+4=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 219 (85.94% from 255 or 68.87% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDB04 is #A024FB. Grayscale: #9E9E9E. Windows color (decimal): -10495228 or 318303. OLE color: 318303.
HSL color Cylindrical-coordinate representation of color #5FDB04: hue angle of 94.6º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FDB04 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 4 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.14 |
| HSL | 94.6º | 0.96% | 0.44% | - |
| HSV(B) | 94.6º | 0.98% | 0.86% | - |
| XYZ | 30.07 | 53.1 | 8.78 | - |
| YUV | 157.41 | 41.42 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 4 | 0.57 | 0 | 0.98 | 0.14 | 94.6 | 0.96 | 0.44 |
| Hex | 5F | DB | 4 | 39 | 0 | 62 | E | 5F | 60 | 2C |
| Octal | 137 | 333 | 4 | 71 | 0 | 142 | 16 | 137 | 140 | 54 |
| Binary | 1011111 | 11011011 | 100 | 111001 | 0 | 1100010 | 1110 | 1011111 | 1100000 | 101100 |
Color Harmonies of #5FDB04
Complementary color
Monochromatic Colors of #5FDB04
Black with #5FDB04
Text Example
Text Example
White with #5FDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB04; }
p { color: rgb(95,219,4); }
H1.HeaderClassName
{
color: #5FDB04;
}
.AnyTagClassName
{
color: #5FDB04;
}
</style>
background-color css
<style>
a { background-color: #5FDB04; }
a { background-color: rgb(95,219,4); }
div.DivClassName
{
background-color: #5FDB04;
}
.BgClassName
{
background-color: #5FDB04;
}
</style>
border-color css
<style>
span { border-color: #5FDB04; }
span { border-color: rgb(95,219,4); }
td.TdClassName
{
border-color: #5FDB04;
}
.TagClassName
{
border-color: #5FDB04;
}
</style>