Shades of Bright Green #55F017
Tints of Bright Green #55F017
RGB
CMYK
RGB Variations
Color information
#55F017 (or 0x55F017) is known color: Bright Green. HEX triplet: 55, F0 and 17. RGB value is (85,240,23). Sum of RGB (Red+Green+Blue) = 85+240+23=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 240 (94.14% from 255 or 68.97% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 240 - color contains mainly: green. Hex color #55F017 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F017 is #AA0FE8. Grayscale: #A9A9A9. Windows color (decimal): -11145193 or 1568853. OLE color: 1568853.
HSL color Cylindrical-coordinate representation of color #55F017: hue angle of 102.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55F017 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 23 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.06 |
| HSL | 102.86º | 0.88% | 0.52% | - |
| HSV(B) | 102.86º | 0.9% | 0.94% | - |
| XYZ | 35.06 | 64.31 | 11.38 | - |
| YUV | 168.92 | 45.65 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 23 | 0.65 | 0 | 0.90 | 0.06 | 102.86 | 0.88 | 0.52 |
| Hex | 55 | F0 | 17 | 41 | 0 | 5A | 6 | 67 | 58 | 34 |
| Octal | 125 | 360 | 27 | 101 | 0 | 132 | 6 | 147 | 130 | 64 |
| Binary | 1010101 | 11110000 | 10111 | 1000001 | 0 | 1011010 | 110 | 1100111 | 1011000 | 110100 |
Color Harmonies of #55F017
Complementary color
Monochromatic Colors of #55F017
Black with #55F017
Text Example
Text Example
White with #55F017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F017; }
p { color: rgb(85,240,23); }
H1.HeaderClassName
{
color: #55F017;
}
.AnyTagClassName
{
color: #55F017;
}
</style>
background-color css
<style>
a { background-color: #55F017; }
a { background-color: rgb(85,240,23); }
div.DivClassName
{
background-color: #55F017;
}
.BgClassName
{
background-color: #55F017;
}
</style>
border-color css
<style>
span { border-color: #55F017; }
span { border-color: rgb(85,240,23); }
td.TdClassName
{
border-color: #55F017;
}
.TagClassName
{
border-color: #55F017;
}
</style>