Shades of Bright Green #55F315
Tints of Bright Green #55F315
RGB
CMYK
RGB Variations
Color information
#55F315 (or 0x55F315) is known color: Bright Green. HEX triplet: 55, F3 and 15. RGB value is (85,243,21). Sum of RGB (Red+Green+Blue) = 85+243+21=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #55F315 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F315 is #AA0CEA. Grayscale: #ABABAB. Windows color (decimal): -11144427 or 1438549. OLE color: 1438549.
HSL color Cylindrical-coordinate representation of color #55F315: hue angle of 102.7º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55F315 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 243 | 21 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.05 |
| HSL | 102.7º | 0.9% | 0.52% | - |
| HSV(B) | 102.7º | 0.91% | 0.95% | - |
| XYZ | 35.93 | 66.09 | 11.57 | - |
| YUV | 170.45 | 43.65 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 243 | 21 | 0.65 | 0 | 0.91 | 0.05 | 102.7 | 0.9 | 0.52 |
| Hex | 55 | F3 | 15 | 41 | 0 | 5B | 5 | 67 | 5A | 34 |
| Octal | 125 | 363 | 25 | 101 | 0 | 133 | 5 | 147 | 132 | 64 |
| Binary | 1010101 | 11110011 | 10101 | 1000001 | 0 | 1011011 | 101 | 1100111 | 1011010 | 110100 |
Color Harmonies of #55F315
Complementary color
Monochromatic Colors of #55F315
Black with #55F315
Text Example
Text Example
White with #55F315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F315; }
p { color: rgb(85,243,21); }
H1.HeaderClassName
{
color: #55F315;
}
.AnyTagClassName
{
color: #55F315;
}
</style>
background-color css
<style>
a { background-color: #55F315; }
a { background-color: rgb(85,243,21); }
div.DivClassName
{
background-color: #55F315;
}
.BgClassName
{
background-color: #55F315;
}
</style>
border-color css
<style>
span { border-color: #55F315; }
span { border-color: rgb(85,243,21); }
td.TdClassName
{
border-color: #55F315;
}
.TagClassName
{
border-color: #55F315;
}
</style>