Shades of Bright Green #55DB00
Tints of Bright Green #55DB00
RGB
CMYK
RGB Variations
Color information
#55DB00 (or 0x55DB00) is known color: Bright Green. HEX triplet: 55, DB and 00. RGB value is (85,219,0). Sum of RGB (Red+Green+Blue) = 85+219+0=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 219 (85.94% from 255 or 72.04% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DB00 is #AA24FF. Grayscale: #9A9A9A. Windows color (decimal): -11150592 or 56149. OLE color: 56149.
HSL color Cylindrical-coordinate representation of color #55DB00: hue angle of 96.71º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55DB00 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.14 |
| HSL | 96.71º | 1% | 0.43% | - |
| HSV(B) | 96.71º | 1% | 0.86% | - |
| XYZ | 29.08 | 52.59 | 8.62 | - |
| YUV | 153.97 | 41.11 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 0 | 0.61 | 0 | 1 | 0.14 | 96.71 | 1 | 0.43 |
| Hex | 55 | DB | 0 | 3D | 0 | 64 | E | 61 | 64 | 2B |
| Octal | 125 | 333 | 0 | 75 | 0 | 144 | 16 | 141 | 144 | 53 |
| Binary | 1010101 | 11011011 | 0 | 111101 | 0 | 1100100 | 1110 | 1100001 | 1100100 | 101011 |
Color Harmonies of #55DB00
Complementary color
Monochromatic Colors of #55DB00
Black with #55DB00
Text Example
Text Example
White with #55DB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DB00; }
p { color: rgb(85,219,0); }
H1.HeaderClassName
{
color: #55DB00;
}
.AnyTagClassName
{
color: #55DB00;
}
</style>
background-color css
<style>
a { background-color: #55DB00; }
a { background-color: rgb(85,219,0); }
div.DivClassName
{
background-color: #55DB00;
}
.BgClassName
{
background-color: #55DB00;
}
</style>
border-color css
<style>
span { border-color: #55DB00; }
span { border-color: rgb(85,219,0); }
td.TdClassName
{
border-color: #55DB00;
}
.TagClassName
{
border-color: #55DB00;
}
</style>