Shades of Bright Green #55DE02
Tints of Bright Green #55DE02
RGB
CMYK
RGB Variations
Color information
#55DE02 (or 0x55DE02) is known color: Bright Green. HEX triplet: 55, DE and 02. RGB value is (85,222,2). Sum of RGB (Red+Green+Blue) = 85+222+2=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 222 (87.11% from 255 or 71.84% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DE02 is #AA21FD. Grayscale: #9C9C9C. Windows color (decimal): -11149822 or 187989. OLE color: 187989.
HSL color Cylindrical-coordinate representation of color #55DE02: hue angle of 97.36º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55DE02 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 2 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.13 |
| HSL | 97.36º | 0.98% | 0.44% | - |
| HSV(B) | 97.36º | 0.99% | 0.87% | - |
| XYZ | 29.88 | 54.18 | 8.94 | - |
| YUV | 155.96 | 41.11 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 2 | 0.62 | 0 | 0.99 | 0.13 | 97.36 | 0.98 | 0.44 |
| Hex | 55 | DE | 2 | 3E | 0 | 63 | D | 61 | 62 | 2C |
| Octal | 125 | 336 | 2 | 76 | 0 | 143 | 15 | 141 | 142 | 54 |
| Binary | 1010101 | 11011110 | 10 | 111110 | 0 | 1100011 | 1101 | 1100001 | 1100010 | 101100 |
Color Harmonies of #55DE02
Complementary color
Monochromatic Colors of #55DE02
Black with #55DE02
Text Example
Text Example
White with #55DE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DE02; }
p { color: rgb(85,222,2); }
H1.HeaderClassName
{
color: #55DE02;
}
.AnyTagClassName
{
color: #55DE02;
}
</style>
background-color css
<style>
a { background-color: #55DE02; }
a { background-color: rgb(85,222,2); }
div.DivClassName
{
background-color: #55DE02;
}
.BgClassName
{
background-color: #55DE02;
}
</style>
border-color css
<style>
span { border-color: #55DE02; }
span { border-color: rgb(85,222,2); }
td.TdClassName
{
border-color: #55DE02;
}
.TagClassName
{
border-color: #55DE02;
}
</style>