Shades of Screamin' Green #55FE33
Tints of Screamin' Green #55FE33
RGB
CMYK
RGB Variations
Color information
#55FE33 (or 0x55FE33) is known color: Screamin' Green. HEX triplet: 55, FE and 33. RGB value is (85,254,51). Sum of RGB (Red+Green+Blue) = 85+254+51=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 254 (99.61% from 255 or 65.13% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FE33 is #AA01CC. Grayscale: #B4B4B4. Windows color (decimal): -11141581 or 3407445. OLE color: 3407445.
HSL color Cylindrical-coordinate representation of color #55FE33: hue angle of 109.95º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55FE33 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 51 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.00 |
| HSL | 109.95º | 0.99% | 0.6% | - |
| HSV(B) | 109.95º | 0.8% | 1% | - |
| XYZ | 39.79 | 73.05 | 15.14 | - |
| YUV | 180.33 | 55.01 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 51 | 0.67 | 0 | 0.80 | 0.00 | 109.95 | 0.99 | 0.6 |
| Hex | 55 | FE | 33 | 43 | 0 | 50 | 0 | 6E | 63 | 3C |
| Octal | 125 | 376 | 63 | 103 | 0 | 120 | 0 | 156 | 143 | 74 |
| Binary | 1010101 | 11111110 | 110011 | 1000011 | 0 | 1010000 | 0 | 1101110 | 1100011 | 111100 |
Color Harmonies of #55FE33
Complementary color
Monochromatic Colors of #55FE33
Black with #55FE33
Text Example
Text Example
White with #55FE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FE33; }
p { color: rgb(85,254,51); }
H1.HeaderClassName
{
color: #55FE33;
}
.AnyTagClassName
{
color: #55FE33;
}
</style>
background-color css
<style>
a { background-color: #55FE33; }
a { background-color: rgb(85,254,51); }
div.DivClassName
{
background-color: #55FE33;
}
.BgClassName
{
background-color: #55FE33;
}
</style>
border-color css
<style>
span { border-color: #55FE33; }
span { border-color: rgb(85,254,51); }
td.TdClassName
{
border-color: #55FE33;
}
.TagClassName
{
border-color: #55FE33;
}
</style>