Shades of Bright Green #55F321
Tints of Bright Green #55F321
RGB
CMYK
RGB Variations
Color information
#55F321 (or 0x55F321) is known color: Bright Green. HEX triplet: 55, F3 and 21. RGB value is (85,243,33). Sum of RGB (Red+Green+Blue) = 85+243+33=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 243 (95.31% from 255 or 67.31% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 243 - color contains mainly: green. Hex color #55F321 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F321 is #AA0CDE. Grayscale: #ACACAC. Windows color (decimal): -11144415 or 2224981. OLE color: 2224981.
HSL color Cylindrical-coordinate representation of color #55F321: hue angle of 105.14º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55F321 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 243 | 33 | - |
| CMYK | 0.65 | 0 | 0.86 | 0.05 |
| HSL | 105.14º | 0.9% | 0.54% | - |
| HSV(B) | 105.14º | 0.86% | 0.95% | - |
| XYZ | 36.07 | 66.14 | 12.3 | - |
| YUV | 171.82 | 49.65 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 243 | 33 | 0.65 | 0 | 0.86 | 0.05 | 105.14 | 0.9 | 0.54 |
| Hex | 55 | F3 | 21 | 41 | 0 | 56 | 5 | 69 | 5A | 36 |
| Octal | 125 | 363 | 41 | 101 | 0 | 126 | 5 | 151 | 132 | 66 |
| Binary | 1010101 | 11110011 | 100001 | 1000001 | 0 | 1010110 | 101 | 1101001 | 1011010 | 110110 |
Color Harmonies of #55F321
Complementary color
Monochromatic Colors of #55F321
Black with #55F321
Text Example
Text Example
White with #55F321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F321; }
p { color: rgb(85,243,33); }
H1.HeaderClassName
{
color: #55F321;
}
.AnyTagClassName
{
color: #55F321;
}
</style>
background-color css
<style>
a { background-color: #55F321; }
a { background-color: rgb(85,243,33); }
div.DivClassName
{
background-color: #55F321;
}
.BgClassName
{
background-color: #55F321;
}
</style>
border-color css
<style>
span { border-color: #55F321; }
span { border-color: rgb(85,243,33); }
td.TdClassName
{
border-color: #55F321;
}
.TagClassName
{
border-color: #55F321;
}
</style>