Shades of Bright Green #55FA09
Tints of Bright Green #55FA09
RGB
CMYK
RGB Variations
Color information
#55FA09 (or 0x55FA09) is known color: Bright Green. HEX triplet: 55, FA and 09. RGB value is (85,250,9). Sum of RGB (Red+Green+Blue) = 85+250+9=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 250 (98.05% from 255 or 72.67% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FA09 is #AA05F6. Grayscale: #ADADAD. Windows color (decimal): -11142647 or 653909. OLE color: 653909.
HSL color Cylindrical-coordinate representation of color #55FA09: hue angle of 101.08º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55FA09 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 9 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.02 |
| HSL | 101.08º | 0.96% | 0.51% | - |
| HSV(B) | 101.08º | 0.96% | 0.98% | - |
| XYZ | 37.98 | 70.32 | 11.83 | - |
| YUV | 173.19 | 35.34 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 9 | 0.66 | 0 | 0.96 | 0.02 | 101.08 | 0.96 | 0.51 |
| Hex | 55 | FA | 9 | 42 | 0 | 60 | 2 | 65 | 60 | 33 |
| Octal | 125 | 372 | 11 | 102 | 0 | 140 | 2 | 145 | 140 | 63 |
| Binary | 1010101 | 11111010 | 1001 | 1000010 | 0 | 1100000 | 10 | 1100101 | 1100000 | 110011 |
Color Harmonies of #55FA09
Complementary color
Monochromatic Colors of #55FA09
Black with #55FA09
Text Example
Text Example
White with #55FA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA09; }
p { color: rgb(85,250,9); }
H1.HeaderClassName
{
color: #55FA09;
}
.AnyTagClassName
{
color: #55FA09;
}
</style>
background-color css
<style>
a { background-color: #55FA09; }
a { background-color: rgb(85,250,9); }
div.DivClassName
{
background-color: #55FA09;
}
.BgClassName
{
background-color: #55FA09;
}
</style>
border-color css
<style>
span { border-color: #55FA09; }
span { border-color: rgb(85,250,9); }
td.TdClassName
{
border-color: #55FA09;
}
.TagClassName
{
border-color: #55FA09;
}
</style>