Shades of Bright Green #55FB1D
Tints of Bright Green #55FB1D
RGB
CMYK
RGB Variations
Color information
#55FB1D (or 0x55FB1D) is known color: Bright Green. HEX triplet: 55, FB and 1D. RGB value is (85,251,29). Sum of RGB (Red+Green+Blue) = 85+251+29=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 251 (98.44% from 255 or 68.77% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 251 - color contains mainly: green. Hex color #55FB1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FB1D is #AA04E2. Grayscale: #B0B0B0. Windows color (decimal): -11142371 or 1964885. OLE color: 1964885.
HSL color Cylindrical-coordinate representation of color #55FB1D: hue angle of 104.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55FB1D is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 29 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.02 |
| HSL | 104.86º | 0.97% | 0.55% | - |
| HSV(B) | 104.86º | 0.88% | 0.98% | - |
| XYZ | 38.47 | 71.01 | 12.84 | - |
| YUV | 176.06 | 45 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 29 | 0.66 | 0 | 0.88 | 0.02 | 104.86 | 0.97 | 0.55 |
| Hex | 55 | FB | 1D | 42 | 0 | 58 | 2 | 69 | 61 | 37 |
| Octal | 125 | 373 | 35 | 102 | 0 | 130 | 2 | 151 | 141 | 67 |
| Binary | 1010101 | 11111011 | 11101 | 1000010 | 0 | 1011000 | 10 | 1101001 | 1100001 | 110111 |
Color Harmonies of #55FB1D
Complementary color
Monochromatic Colors of #55FB1D
Black with #55FB1D
Text Example
Text Example
White with #55FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FB1D; }
p { color: rgb(85,251,29); }
H1.HeaderClassName
{
color: #55FB1D;
}
.AnyTagClassName
{
color: #55FB1D;
}
</style>
background-color css
<style>
a { background-color: #55FB1D; }
a { background-color: rgb(85,251,29); }
div.DivClassName
{
background-color: #55FB1D;
}
.BgClassName
{
background-color: #55FB1D;
}
</style>
border-color css
<style>
span { border-color: #55FB1D; }
span { border-color: rgb(85,251,29); }
td.TdClassName
{
border-color: #55FB1D;
}
.TagClassName
{
border-color: #55FB1D;
}
</style>