Shades of Screamin' Green #55F272
Tints of Screamin' Green #55F272
RGB
CMYK
RGB Variations
Color information
#55F272 (or 0x55F272) is known color: Screamin' Green. HEX triplet: 55, F2 and 72. RGB value is (85,242,114). Sum of RGB (Red+Green+Blue) = 85+242+114=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #55F272 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F272 is #AA0D8D. Grayscale: #B4B4B4. Windows color (decimal): -11144590 or 7533141. OLE color: 7533141.
HSL color Cylindrical-coordinate representation of color #55F272: hue angle of 131.08º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F272 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 114 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.05 |
| HSL | 131.08º | 0.86% | 0.64% | - |
| HSV(B) | 131.08º | 0.65% | 0.95% | - |
| XYZ | 38.54 | 66.65 | 26.75 | - |
| YUV | 180.47 | 90.49 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 114 | 0.65 | 0 | 0.53 | 0.05 | 131.08 | 0.86 | 0.64 |
| Hex | 55 | F2 | 72 | 41 | 0 | 35 | 5 | 83 | 56 | 40 |
| Octal | 125 | 362 | 162 | 101 | 0 | 65 | 5 | 203 | 126 | 100 |
| Binary | 1010101 | 11110010 | 1110010 | 1000001 | 0 | 110101 | 101 | 10000011 | 1010110 | 1000000 |
Color Harmonies of #55F272
Complementary color
Monochromatic Colors of #55F272
Black with #55F272
Text Example
Text Example
White with #55F272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F272; }
p { color: rgb(85,242,114); }
H1.HeaderClassName
{
color: #55F272;
}
.AnyTagClassName
{
color: #55F272;
}
</style>
background-color css
<style>
a { background-color: #55F272; }
a { background-color: rgb(85,242,114); }
div.DivClassName
{
background-color: #55F272;
}
.BgClassName
{
background-color: #55F272;
}
</style>
border-color css
<style>
span { border-color: #55F272; }
span { border-color: rgb(85,242,114); }
td.TdClassName
{
border-color: #55F272;
}
.TagClassName
{
border-color: #55F272;
}
</style>