Shades of Screamin' Green #55FB65
Tints of Screamin' Green #55FB65
RGB
CMYK
RGB Variations
Color information
#55FB65 (or 0x55FB65) is known color: Screamin' Green. HEX triplet: 55, FB and 65. RGB value is (85,251,101). Sum of RGB (Red+Green+Blue) = 85+251+101=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 251 (98.44% from 255 or 57.44% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 251 - color contains mainly: green. Hex color #55FB65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FB65 is #AA049A. Grayscale: #B8B8B8. Windows color (decimal): -11142299 or 6683477. OLE color: 6683477.
HSL color Cylindrical-coordinate representation of color #55FB65: hue angle of 125.78º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FB65 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 101 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.02 |
| HSL | 125.78º | 0.95% | 0.66% | - |
| HSV(B) | 125.78º | 0.66% | 0.98% | - |
| XYZ | 40.59 | 71.87 | 24.04 | - |
| YUV | 184.27 | 81 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 101 | 0.66 | 0 | 0.60 | 0.02 | 125.78 | 0.95 | 0.66 |
| Hex | 55 | FB | 65 | 42 | 0 | 3C | 2 | 7E | 5F | 42 |
| Octal | 125 | 373 | 145 | 102 | 0 | 74 | 2 | 176 | 137 | 102 |
| Binary | 1010101 | 11111011 | 1100101 | 1000010 | 0 | 111100 | 10 | 1111110 | 1011111 | 1000010 |
Color Harmonies of #55FB65
Complementary color
Monochromatic Colors of #55FB65
Black with #55FB65
Text Example
Text Example
White with #55FB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FB65; }
p { color: rgb(85,251,101); }
H1.HeaderClassName
{
color: #55FB65;
}
.AnyTagClassName
{
color: #55FB65;
}
</style>
background-color css
<style>
a { background-color: #55FB65; }
a { background-color: rgb(85,251,101); }
div.DivClassName
{
background-color: #55FB65;
}
.BgClassName
{
background-color: #55FB65;
}
</style>
border-color css
<style>
span { border-color: #55FB65; }
span { border-color: rgb(85,251,101); }
td.TdClassName
{
border-color: #55FB65;
}
.TagClassName
{
border-color: #55FB65;
}
</style>