Shades of Screamin' Green #55F05B
Tints of Screamin' Green #55F05B
RGB
CMYK
RGB Variations
Color information
#55F05B (or 0x55F05B) is known color: Screamin' Green. HEX triplet: 55, F0 and 5B. RGB value is (85,240,91). Sum of RGB (Red+Green+Blue) = 85+240+91=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #55F05B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F05B is #AA0FA4. Grayscale: #B1B1B1. Windows color (decimal): -11145125 or 6025301. OLE color: 6025301.
HSL color Cylindrical-coordinate representation of color #55F05B: hue angle of 122.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F05B is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 91 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.06 |
| HSL | 122.32º | 0.84% | 0.64% | - |
| HSV(B) | 122.32º | 0.65% | 0.94% | - |
| XYZ | 36.79 | 65.01 | 20.51 | - |
| YUV | 176.67 | 79.65 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 91 | 0.65 | 0 | 0.62 | 0.06 | 122.32 | 0.84 | 0.64 |
| Hex | 55 | F0 | 5B | 41 | 0 | 3E | 6 | 7A | 54 | 40 |
| Octal | 125 | 360 | 133 | 101 | 0 | 76 | 6 | 172 | 124 | 100 |
| Binary | 1010101 | 11110000 | 1011011 | 1000001 | 0 | 111110 | 110 | 1111010 | 1010100 | 1000000 |
Color Harmonies of #55F05B
Complementary color
Monochromatic Colors of #55F05B
Black with #55F05B
Text Example
Text Example
White with #55F05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F05B; }
p { color: rgb(85,240,91); }
H1.HeaderClassName
{
color: #55F05B;
}
.AnyTagClassName
{
color: #55F05B;
}
</style>
background-color css
<style>
a { background-color: #55F05B; }
a { background-color: rgb(85,240,91); }
div.DivClassName
{
background-color: #55F05B;
}
.BgClassName
{
background-color: #55F05B;
}
</style>
border-color css
<style>
span { border-color: #55F05B; }
span { border-color: rgb(85,240,91); }
td.TdClassName
{
border-color: #55F05B;
}
.TagClassName
{
border-color: #55F05B;
}
</style>