Shades of Bright Green #55F01C
Tints of Bright Green #55F01C
RGB
CMYK
RGB Variations
Color information
#55F01C (or 0x55F01C) is known color: Bright Green. HEX triplet: 55, F0 and 1C. RGB value is (85,240,28). Sum of RGB (Red+Green+Blue) = 85+240+28=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #55F01C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F01C is #AA0FE3. Grayscale: #AAAAAA. Windows color (decimal): -11145188 or 1896533. OLE color: 1896533.
HSL color Cylindrical-coordinate representation of color #55F01C: hue angle of 103.87º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55F01C is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 28 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.06 |
| HSL | 103.87º | 0.88% | 0.53% | - |
| HSV(B) | 103.87º | 0.88% | 0.94% | - |
| XYZ | 35.12 | 64.34 | 11.67 | - |
| YUV | 169.49 | 48.15 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 28 | 0.65 | 0 | 0.88 | 0.06 | 103.87 | 0.88 | 0.53 |
| Hex | 55 | F0 | 1C | 41 | 0 | 58 | 6 | 68 | 58 | 35 |
| Octal | 125 | 360 | 34 | 101 | 0 | 130 | 6 | 150 | 130 | 65 |
| Binary | 1010101 | 11110000 | 11100 | 1000001 | 0 | 1011000 | 110 | 1101000 | 1011000 | 110101 |
Color Harmonies of #55F01C
Complementary color
Monochromatic Colors of #55F01C
Black with #55F01C
Text Example
Text Example
White with #55F01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F01C; }
p { color: rgb(85,240,28); }
H1.HeaderClassName
{
color: #55F01C;
}
.AnyTagClassName
{
color: #55F01C;
}
</style>
background-color css
<style>
a { background-color: #55F01C; }
a { background-color: rgb(85,240,28); }
div.DivClassName
{
background-color: #55F01C;
}
.BgClassName
{
background-color: #55F01C;
}
</style>
border-color css
<style>
span { border-color: #55F01C; }
span { border-color: rgb(85,240,28); }
td.TdClassName
{
border-color: #55F01C;
}
.TagClassName
{
border-color: #55F01C;
}
</style>