Shades of Bright Green #55F915
Tints of Bright Green #55F915
RGB
CMYK
RGB Variations
Color information
#55F915 (or 0x55F915) is known color: Bright Green. HEX triplet: 55, F9 and 15. RGB value is (85,249,21). Sum of RGB (Red+Green+Blue) = 85+249+21=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 249 (97.66% from 255 or 70.14% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 249 - color contains mainly: green. Hex color #55F915 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F915 is #AA06EA. Grayscale: #AEAEAE. Windows color (decimal): -11142891 or 1440085. OLE color: 1440085.
HSL color Cylindrical-coordinate representation of color #55F915: hue angle of 103.16º degrees, saturation: 0.95, 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 #55F915 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 21 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.02 |
| HSL | 103.16º | 0.95% | 0.53% | - |
| HSV(B) | 103.16º | 0.92% | 0.98% | - |
| XYZ | 37.76 | 69.74 | 12.18 | - |
| YUV | 173.97 | 41.67 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 21 | 0.66 | 0 | 0.92 | 0.02 | 103.16 | 0.95 | 0.53 |
| Hex | 55 | F9 | 15 | 42 | 0 | 5C | 2 | 67 | 5F | 35 |
| Octal | 125 | 371 | 25 | 102 | 0 | 134 | 2 | 147 | 137 | 65 |
| Binary | 1010101 | 11111001 | 10101 | 1000010 | 0 | 1011100 | 10 | 1100111 | 1011111 | 110101 |
Color Harmonies of #55F915
Complementary color
Monochromatic Colors of #55F915
Black with #55F915
Text Example
Text Example
White with #55F915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F915; }
p { color: rgb(85,249,21); }
H1.HeaderClassName
{
color: #55F915;
}
.AnyTagClassName
{
color: #55F915;
}
</style>
background-color css
<style>
a { background-color: #55F915; }
a { background-color: rgb(85,249,21); }
div.DivClassName
{
background-color: #55F915;
}
.BgClassName
{
background-color: #55F915;
}
</style>
border-color css
<style>
span { border-color: #55F915; }
span { border-color: rgb(85,249,21); }
td.TdClassName
{
border-color: #55F915;
}
.TagClassName
{
border-color: #55F915;
}
</style>