Shades of Bright Green #55F20F
Tints of Bright Green #55F20F
RGB
CMYK
RGB Variations
Color information
#55F20F (or 0x55F20F) is known color: Bright Green. HEX triplet: 55, F2 and 0F. RGB value is (85,242,15). Sum of RGB (Red+Green+Blue) = 85+242+15=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #55F20F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F20F is #AA0DF0. Grayscale: #A9A9A9. Windows color (decimal): -11144689 or 1045077. OLE color: 1045077.
HSL color Cylindrical-coordinate representation of color #55F20F: hue angle of 101.5º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55F20F is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 15 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.05 |
| HSL | 101.5º | 0.9% | 0.5% | - |
| HSV(B) | 101.5º | 0.94% | 0.95% | - |
| XYZ | 35.58 | 65.47 | 11.21 | - |
| YUV | 169.18 | 40.99 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 15 | 0.65 | 0 | 0.94 | 0.05 | 101.5 | 0.9 | 0.5 |
| Hex | 55 | F2 | F | 41 | 0 | 5E | 5 | 65 | 5A | 32 |
| Octal | 125 | 362 | 17 | 101 | 0 | 136 | 5 | 145 | 132 | 62 |
| Binary | 1010101 | 11110010 | 1111 | 1000001 | 0 | 1011110 | 101 | 1100101 | 1011010 | 110010 |
Color Harmonies of #55F20F
Complementary color
Monochromatic Colors of #55F20F
Black with #55F20F
Text Example
Text Example
White with #55F20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F20F; }
p { color: rgb(85,242,15); }
H1.HeaderClassName
{
color: #55F20F;
}
.AnyTagClassName
{
color: #55F20F;
}
</style>
background-color css
<style>
a { background-color: #55F20F; }
a { background-color: rgb(85,242,15); }
div.DivClassName
{
background-color: #55F20F;
}
.BgClassName
{
background-color: #55F20F;
}
</style>
border-color css
<style>
span { border-color: #55F20F; }
span { border-color: rgb(85,242,15); }
td.TdClassName
{
border-color: #55F20F;
}
.TagClassName
{
border-color: #55F20F;
}
</style>