Shades of Bright Green #55EF1B
Tints of Bright Green #55EF1B
RGB
CMYK
RGB Variations
Color information
#55EF1B (or 0x55EF1B) is known color: Bright Green. HEX triplet: 55, EF and 1B. RGB value is (85,239,27). Sum of RGB (Red+Green+Blue) = 85+239+27=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 239 (93.75% from 255 or 68.09% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 239 - color contains mainly: green. Hex color #55EF1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EF1B is #AA10E4. Grayscale: #A9A9A9. Windows color (decimal): -11145445 or 1830741. OLE color: 1830741.
HSL color Cylindrical-coordinate representation of color #55EF1B: hue angle of 103.58º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55EF1B is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 27 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.06 |
| HSL | 103.58º | 0.87% | 0.52% | - |
| HSV(B) | 103.58º | 0.89% | 0.94% | - |
| XYZ | 34.81 | 63.74 | 11.51 | - |
| YUV | 168.79 | 47.98 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 27 | 0.64 | 0 | 0.89 | 0.06 | 103.58 | 0.87 | 0.52 |
| Hex | 55 | EF | 1B | 40 | 0 | 59 | 6 | 68 | 57 | 34 |
| Octal | 125 | 357 | 33 | 100 | 0 | 131 | 6 | 150 | 127 | 64 |
| Binary | 1010101 | 11101111 | 11011 | 1000000 | 0 | 1011001 | 110 | 1101000 | 1010111 | 110100 |
Color Harmonies of #55EF1B
Complementary color
Monochromatic Colors of #55EF1B
Black with #55EF1B
Text Example
Text Example
White with #55EF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EF1B; }
p { color: rgb(85,239,27); }
H1.HeaderClassName
{
color: #55EF1B;
}
.AnyTagClassName
{
color: #55EF1B;
}
</style>
background-color css
<style>
a { background-color: #55EF1B; }
a { background-color: rgb(85,239,27); }
div.DivClassName
{
background-color: #55EF1B;
}
.BgClassName
{
background-color: #55EF1B;
}
</style>
border-color css
<style>
span { border-color: #55EF1B; }
span { border-color: rgb(85,239,27); }
td.TdClassName
{
border-color: #55EF1B;
}
.TagClassName
{
border-color: #55EF1B;
}
</style>