Shades of Bright Green #55F010
Tints of Bright Green #55F010
RGB
CMYK
RGB Variations
Color information
#55F010 (or 0x55F010) is known color: Bright Green. HEX triplet: 55, F0 and 10. RGB value is (85,240,16). Sum of RGB (Red+Green+Blue) = 85+240+16=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 240 (94.14% from 255 or 70.38% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 240 - color contains mainly: green. Hex color #55F010 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F010 is #AA0FEF. Grayscale: #A8A8A8. Windows color (decimal): -11145200 or 1110101. OLE color: 1110101.
HSL color Cylindrical-coordinate representation of color #55F010: hue angle of 101.52º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55F010 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 16 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.06 |
| HSL | 101.52º | 0.88% | 0.5% | - |
| HSV(B) | 101.52º | 0.93% | 0.94% | - |
| XYZ | 35 | 64.29 | 11.05 | - |
| YUV | 168.12 | 42.15 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 16 | 0.65 | 0 | 0.93 | 0.06 | 101.52 | 0.88 | 0.5 |
| Hex | 55 | F0 | 10 | 41 | 0 | 5D | 6 | 66 | 58 | 32 |
| Octal | 125 | 360 | 20 | 101 | 0 | 135 | 6 | 146 | 130 | 62 |
| Binary | 1010101 | 11110000 | 10000 | 1000001 | 0 | 1011101 | 110 | 1100110 | 1011000 | 110010 |
Color Harmonies of #55F010
Complementary color
Monochromatic Colors of #55F010
Black with #55F010
Text Example
Text Example
White with #55F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F010; }
p { color: rgb(85,240,16); }
H1.HeaderClassName
{
color: #55F010;
}
.AnyTagClassName
{
color: #55F010;
}
</style>
background-color css
<style>
a { background-color: #55F010; }
a { background-color: rgb(85,240,16); }
div.DivClassName
{
background-color: #55F010;
}
.BgClassName
{
background-color: #55F010;
}
</style>
border-color css
<style>
span { border-color: #55F010; }
span { border-color: rgb(85,240,16); }
td.TdClassName
{
border-color: #55F010;
}
.TagClassName
{
border-color: #55F010;
}
</style>