Shades of Bright Green #5FDB07
Tints of Bright Green #5FDB07
RGB
CMYK
RGB Variations
Color information
#5FDB07 (or 0x5FDB07) is known color: Bright Green. HEX triplet: 5F, DB and 07. RGB value is (95,219,7). Sum of RGB (Red+Green+Blue) = 95+219+7=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 219 (85.94% from 255 or 68.22% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDB07 is #A024F8. Grayscale: #9E9E9E. Windows color (decimal): -10495225 or 514911. OLE color: 514911.
HSL color Cylindrical-coordinate representation of color #5FDB07: hue angle of 95.09º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FDB07 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 7 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.14 |
| HSL | 95.09º | 0.94% | 0.44% | - |
| HSV(B) | 95.09º | 0.97% | 0.86% | - |
| XYZ | 30.09 | 53.11 | 8.87 | - |
| YUV | 157.76 | 42.92 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 7 | 0.57 | 0 | 0.97 | 0.14 | 95.09 | 0.94 | 0.44 |
| Hex | 5F | DB | 7 | 39 | 0 | 61 | E | 5F | 5E | 2C |
| Octal | 137 | 333 | 7 | 71 | 0 | 141 | 16 | 137 | 136 | 54 |
| Binary | 1011111 | 11011011 | 111 | 111001 | 0 | 1100001 | 1110 | 1011111 | 1011110 | 101100 |
Color Harmonies of #5FDB07
Complementary color
Monochromatic Colors of #5FDB07
Black with #5FDB07
Text Example
Text Example
White with #5FDB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB07; }
p { color: rgb(95,219,7); }
H1.HeaderClassName
{
color: #5FDB07;
}
.AnyTagClassName
{
color: #5FDB07;
}
</style>
background-color css
<style>
a { background-color: #5FDB07; }
a { background-color: rgb(95,219,7); }
div.DivClassName
{
background-color: #5FDB07;
}
.BgClassName
{
background-color: #5FDB07;
}
</style>
border-color css
<style>
span { border-color: #5FDB07; }
span { border-color: rgb(95,219,7); }
td.TdClassName
{
border-color: #5FDB07;
}
.TagClassName
{
border-color: #5FDB07;
}
</style>