Shades of Bright Green #55F405
Tints of Bright Green #55F405
RGB
CMYK
RGB Variations
Color information
#55F405 (or 0x55F405) is known color: Bright Green. HEX triplet: 55, F4 and 05. RGB value is (85,244,5). Sum of RGB (Red+Green+Blue) = 85+244+5=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 244 (95.70% from 255 or 73.05% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 244 - color contains mainly: green. Hex color #55F405 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F405 is #AA0BFA. Grayscale: #AAAAAA. Windows color (decimal): -11144187 or 390229. OLE color: 390229.
HSL color Cylindrical-coordinate representation of color #55F405: hue angle of 99.92º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55F405 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 244 | 5 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.04 |
| HSL | 99.92º | 0.96% | 0.49% | - |
| HSV(B) | 99.92º | 0.98% | 0.96% | - |
| XYZ | 36.12 | 66.64 | 11.1 | - |
| YUV | 169.21 | 35.32 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 244 | 5 | 0.65 | 0 | 0.98 | 0.04 | 99.92 | 0.96 | 0.49 |
| Hex | 55 | F4 | 5 | 41 | 0 | 62 | 4 | 64 | 60 | 31 |
| Octal | 125 | 364 | 5 | 101 | 0 | 142 | 4 | 144 | 140 | 61 |
| Binary | 1010101 | 11110100 | 101 | 1000001 | 0 | 1100010 | 100 | 1100100 | 1100000 | 110001 |
Color Harmonies of #55F405
Complementary color
Monochromatic Colors of #55F405
Black with #55F405
Text Example
Text Example
White with #55F405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F405; }
p { color: rgb(85,244,5); }
H1.HeaderClassName
{
color: #55F405;
}
.AnyTagClassName
{
color: #55F405;
}
</style>
background-color css
<style>
a { background-color: #55F405; }
a { background-color: rgb(85,244,5); }
div.DivClassName
{
background-color: #55F405;
}
.BgClassName
{
background-color: #55F405;
}
</style>
border-color css
<style>
span { border-color: #55F405; }
span { border-color: rgb(85,244,5); }
td.TdClassName
{
border-color: #55F405;
}
.TagClassName
{
border-color: #55F405;
}
</style>