Shades of Screamin' Green #55F270
Tints of Screamin' Green #55F270
RGB
CMYK
RGB Variations
Color information
#55F270 (or 0x55F270) is known color: Screamin' Green. HEX triplet: 55, F2 and 70. RGB value is (85,242,112). Sum of RGB (Red+Green+Blue) = 85+242+112=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 242 (94.92% from 255 or 55.13% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 242 - color contains mainly: green. Hex color #55F270 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F270 is #AA0D8F. Grayscale: #B4B4B4. Windows color (decimal): -11144592 or 7402069. OLE color: 7402069.
HSL color Cylindrical-coordinate representation of color #55F270: hue angle of 130.32º 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 #55F270 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 112 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.05 |
| HSL | 130.32º | 0.86% | 0.64% | - |
| HSV(B) | 130.32º | 0.65% | 0.95% | - |
| XYZ | 38.42 | 66.61 | 26.16 | - |
| YUV | 180.24 | 89.49 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 112 | 0.65 | 0 | 0.54 | 0.05 | 130.32 | 0.86 | 0.64 |
| Hex | 55 | F2 | 70 | 41 | 0 | 36 | 5 | 82 | 56 | 40 |
| Octal | 125 | 362 | 160 | 101 | 0 | 66 | 5 | 202 | 126 | 100 |
| Binary | 1010101 | 11110010 | 1110000 | 1000001 | 0 | 110110 | 101 | 10000010 | 1010110 | 1000000 |
Color Harmonies of #55F270
Complementary color
Monochromatic Colors of #55F270
Black with #55F270
Text Example
Text Example
White with #55F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F270; }
p { color: rgb(85,242,112); }
H1.HeaderClassName
{
color: #55F270;
}
.AnyTagClassName
{
color: #55F270;
}
</style>
background-color css
<style>
a { background-color: #55F270; }
a { background-color: rgb(85,242,112); }
div.DivClassName
{
background-color: #55F270;
}
.BgClassName
{
background-color: #55F270;
}
</style>
border-color css
<style>
span { border-color: #55F270; }
span { border-color: rgb(85,242,112); }
td.TdClassName
{
border-color: #55F270;
}
.TagClassName
{
border-color: #55F270;
}
</style>