Shades of Bright Green #55DF02
Tints of Bright Green #55DF02
RGB
CMYK
RGB Variations
Color information
#55DF02 (or 0x55DF02) is known color: Bright Green. HEX triplet: 55, DF and 02. RGB value is (85,223,2). Sum of RGB (Red+Green+Blue) = 85+223+2=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 223 (87.5% from 255 or 71.94% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DF02 is #AA20FD. Grayscale: #9D9D9D. Windows color (decimal): -11149566 or 188245. OLE color: 188245.
HSL color Cylindrical-coordinate representation of color #55DF02: hue angle of 97.47º 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 #55DF02 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 2 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.13 |
| HSL | 97.47º | 0.98% | 0.44% | - |
| HSV(B) | 97.47º | 0.99% | 0.87% | - |
| XYZ | 30.14 | 54.71 | 9.03 | - |
| YUV | 156.54 | 40.78 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 2 | 0.62 | 0 | 0.99 | 0.13 | 97.47 | 0.98 | 0.44 |
| Hex | 55 | DF | 2 | 3E | 0 | 63 | D | 61 | 62 | 2C |
| Octal | 125 | 337 | 2 | 76 | 0 | 143 | 15 | 141 | 142 | 54 |
| Binary | 1010101 | 11011111 | 10 | 111110 | 0 | 1100011 | 1101 | 1100001 | 1100010 | 101100 |
Color Harmonies of #55DF02
Complementary color
Monochromatic Colors of #55DF02
Black with #55DF02
Text Example
Text Example
White with #55DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF02; }
p { color: rgb(85,223,2); }
H1.HeaderClassName
{
color: #55DF02;
}
.AnyTagClassName
{
color: #55DF02;
}
</style>
background-color css
<style>
a { background-color: #55DF02; }
a { background-color: rgb(85,223,2); }
div.DivClassName
{
background-color: #55DF02;
}
.BgClassName
{
background-color: #55DF02;
}
</style>
border-color css
<style>
span { border-color: #55DF02; }
span { border-color: rgb(85,223,2); }
td.TdClassName
{
border-color: #55DF02;
}
.TagClassName
{
border-color: #55DF02;
}
</style>