Shades of Bright Green #55FA15
Tints of Bright Green #55FA15
RGB
CMYK
RGB Variations
Color information
#55FA15 (or 0x55FA15) is known color: Bright Green. HEX triplet: 55, FA and 15. RGB value is (85,250,21). Sum of RGB (Red+Green+Blue) = 85+250+21=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 250 (98.05% from 255 or 70.22% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FA15 is #AA05EA. Grayscale: #AFAFAF. Windows color (decimal): -11142635 or 1440341. OLE color: 1440341.
HSL color Cylindrical-coordinate representation of color #55FA15: hue angle of 103.23º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55FA15 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 21 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.02 |
| HSL | 103.23º | 0.96% | 0.53% | - |
| HSV(B) | 103.23º | 0.92% | 0.98% | - |
| XYZ | 38.07 | 70.36 | 12.28 | - |
| YUV | 174.56 | 41.34 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 21 | 0.66 | 0 | 0.92 | 0.02 | 103.23 | 0.96 | 0.53 |
| Hex | 55 | FA | 15 | 42 | 0 | 5C | 2 | 67 | 60 | 35 |
| Octal | 125 | 372 | 25 | 102 | 0 | 134 | 2 | 147 | 140 | 65 |
| Binary | 1010101 | 11111010 | 10101 | 1000010 | 0 | 1011100 | 10 | 1100111 | 1100000 | 110101 |
Color Harmonies of #55FA15
Complementary color
Monochromatic Colors of #55FA15
Black with #55FA15
Text Example
Text Example
White with #55FA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA15; }
p { color: rgb(85,250,21); }
H1.HeaderClassName
{
color: #55FA15;
}
.AnyTagClassName
{
color: #55FA15;
}
</style>
background-color css
<style>
a { background-color: #55FA15; }
a { background-color: rgb(85,250,21); }
div.DivClassName
{
background-color: #55FA15;
}
.BgClassName
{
background-color: #55FA15;
}
</style>
border-color css
<style>
span { border-color: #55FA15; }
span { border-color: rgb(85,250,21); }
td.TdClassName
{
border-color: #55FA15;
}
.TagClassName
{
border-color: #55FA15;
}
</style>