Shades of Screamin' Green #55FE42
Tints of Screamin' Green #55FE42
RGB
CMYK
RGB Variations
Color information
#55FE42 (or 0x55FE42) is known color: Screamin' Green. HEX triplet: 55, FE and 42. RGB value is (85,254,66). Sum of RGB (Red+Green+Blue) = 85+254+66=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 254 (99.61% from 255 or 62.72% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FE42 is #AA01BD. Grayscale: #B6B6B6. Windows color (decimal): -11141566 or 4390485. OLE color: 4390485.
HSL color Cylindrical-coordinate representation of color #55FE42: hue angle of 113.94º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55FE42 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 66 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.00 |
| HSL | 113.94º | 0.99% | 0.63% | - |
| HSV(B) | 113.94º | 0.74% | 1% | - |
| XYZ | 40.17 | 73.21 | 17.17 | - |
| YUV | 182.04 | 62.51 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 66 | 0.67 | 0 | 0.74 | 0.00 | 113.94 | 0.99 | 0.63 |
| Hex | 55 | FE | 42 | 43 | 0 | 4A | 0 | 72 | 63 | 3F |
| Octal | 125 | 376 | 102 | 103 | 0 | 112 | 0 | 162 | 143 | 77 |
| Binary | 1010101 | 11111110 | 1000010 | 1000011 | 0 | 1001010 | 0 | 1110010 | 1100011 | 111111 |
Color Harmonies of #55FE42
Complementary color
Monochromatic Colors of #55FE42
Black with #55FE42
Text Example
Text Example
White with #55FE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FE42; }
p { color: rgb(85,254,66); }
H1.HeaderClassName
{
color: #55FE42;
}
.AnyTagClassName
{
color: #55FE42;
}
</style>
background-color css
<style>
a { background-color: #55FE42; }
a { background-color: rgb(85,254,66); }
div.DivClassName
{
background-color: #55FE42;
}
.BgClassName
{
background-color: #55FE42;
}
</style>
border-color css
<style>
span { border-color: #55FE42; }
span { border-color: rgb(85,254,66); }
td.TdClassName
{
border-color: #55FE42;
}
.TagClassName
{
border-color: #55FE42;
}
</style>