Shades of Bright Green #55F213
Tints of Bright Green #55F213
RGB
CMYK
RGB Variations
Color information
#55F213 (or 0x55F213) is known color: Bright Green. HEX triplet: 55, F2 and 13. RGB value is (85,242,19). Sum of RGB (Red+Green+Blue) = 85+242+19=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #55F213 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F213 is #AA0DEC. Grayscale: #AAAAAA. Windows color (decimal): -11144685 or 1307221. OLE color: 1307221.
HSL color Cylindrical-coordinate representation of color #55F213: hue angle of 102.24º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55F213 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 19 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.05 |
| HSL | 102.24º | 0.9% | 0.51% | - |
| HSV(B) | 102.24º | 0.92% | 0.95% | - |
| XYZ | 35.62 | 65.48 | 11.38 | - |
| YUV | 169.64 | 42.99 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 19 | 0.65 | 0 | 0.92 | 0.05 | 102.24 | 0.9 | 0.51 |
| Hex | 55 | F2 | 13 | 41 | 0 | 5C | 5 | 66 | 5A | 33 |
| Octal | 125 | 362 | 23 | 101 | 0 | 134 | 5 | 146 | 132 | 63 |
| Binary | 1010101 | 11110010 | 10011 | 1000001 | 0 | 1011100 | 101 | 1100110 | 1011010 | 110011 |
Color Harmonies of #55F213
Complementary color
Monochromatic Colors of #55F213
Black with #55F213
Text Example
Text Example
White with #55F213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F213; }
p { color: rgb(85,242,19); }
H1.HeaderClassName
{
color: #55F213;
}
.AnyTagClassName
{
color: #55F213;
}
</style>
background-color css
<style>
a { background-color: #55F213; }
a { background-color: rgb(85,242,19); }
div.DivClassName
{
background-color: #55F213;
}
.BgClassName
{
background-color: #55F213;
}
</style>
border-color css
<style>
span { border-color: #55F213; }
span { border-color: rgb(85,242,19); }
td.TdClassName
{
border-color: #55F213;
}
.TagClassName
{
border-color: #55F213;
}
</style>