Shades of Bright Green #5BDC09
Tints of Bright Green #5BDC09
RGB
CMYK
RGB Variations
Color information
#5BDC09 (or 0x5BDC09) is known color: Bright Green. HEX triplet: 5B, DC and 09. RGB value is (91,220,9). Sum of RGB (Red+Green+Blue) = 91+220+9=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BDC09 is #A423F6. Grayscale: #9E9E9E. Windows color (decimal): -10757111 or 646235. OLE color: 646235.
HSL color Cylindrical-coordinate representation of color #5BDC09: hue angle of 96.68º 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 #5BDC09 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 9 | - |
| CMYK | 0.59 | 0 | 0.96 | 0.14 |
| HSL | 96.68º | 0.92% | 0.45% | - |
| HSV(B) | 96.68º | 0.96% | 0.86% | - |
| XYZ | 29.96 | 53.43 | 8.99 | - |
| YUV | 157.38 | 44.26 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 9 | 0.59 | 0 | 0.96 | 0.14 | 96.68 | 0.92 | 0.45 |
| Hex | 5B | DC | 9 | 3B | 0 | 60 | E | 61 | 5C | 2D |
| Octal | 133 | 334 | 11 | 73 | 0 | 140 | 16 | 141 | 134 | 55 |
| Binary | 1011011 | 11011100 | 1001 | 111011 | 0 | 1100000 | 1110 | 1100001 | 1011100 | 101101 |
Color Harmonies of #5BDC09
Complementary color
Monochromatic Colors of #5BDC09
Black with #5BDC09
Text Example
Text Example
White with #5BDC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC09; }
p { color: rgb(91,220,9); }
H1.HeaderClassName
{
color: #5BDC09;
}
.AnyTagClassName
{
color: #5BDC09;
}
</style>
background-color css
<style>
a { background-color: #5BDC09; }
a { background-color: rgb(91,220,9); }
div.DivClassName
{
background-color: #5BDC09;
}
.BgClassName
{
background-color: #5BDC09;
}
</style>
border-color css
<style>
span { border-color: #5BDC09; }
span { border-color: rgb(91,220,9); }
td.TdClassName
{
border-color: #5BDC09;
}
.TagClassName
{
border-color: #5BDC09;
}
</style>