Shades of Screamin' Green #55F067
Tints of Screamin' Green #55F067
RGB
CMYK
RGB Variations
Color information
#55F067 (or 0x55F067) is known color: Screamin' Green. HEX triplet: 55, F0 and 67. RGB value is (85,240,103). Sum of RGB (Red+Green+Blue) = 85+240+103=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 240 (94.14% from 255 or 56.07% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 240 - color contains mainly: green. Hex color #55F067 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F067 is #AA0F98. Grayscale: #B2B2B2. Windows color (decimal): -11145113 or 6811733. OLE color: 6811733.
HSL color Cylindrical-coordinate representation of color #55F067: hue angle of 126.97º 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 #55F067 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 103 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.06 |
| HSL | 126.97º | 0.84% | 0.64% | - |
| HSV(B) | 126.97º | 0.65% | 0.94% | - |
| XYZ | 37.35 | 65.23 | 23.45 | - |
| YUV | 178.04 | 85.65 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 103 | 0.65 | 0 | 0.57 | 0.06 | 126.97 | 0.84 | 0.64 |
| Hex | 55 | F0 | 67 | 41 | 0 | 39 | 6 | 7F | 54 | 40 |
| Octal | 125 | 360 | 147 | 101 | 0 | 71 | 6 | 177 | 124 | 100 |
| Binary | 1010101 | 11110000 | 1100111 | 1000001 | 0 | 111001 | 110 | 1111111 | 1010100 | 1000000 |
Color Harmonies of #55F067
Complementary color
Monochromatic Colors of #55F067
Black with #55F067
Text Example
Text Example
White with #55F067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F067; }
p { color: rgb(85,240,103); }
H1.HeaderClassName
{
color: #55F067;
}
.AnyTagClassName
{
color: #55F067;
}
</style>
background-color css
<style>
a { background-color: #55F067; }
a { background-color: rgb(85,240,103); }
div.DivClassName
{
background-color: #55F067;
}
.BgClassName
{
background-color: #55F067;
}
</style>
border-color css
<style>
span { border-color: #55F067; }
span { border-color: rgb(85,240,103); }
td.TdClassName
{
border-color: #55F067;
}
.TagClassName
{
border-color: #55F067;
}
</style>