Shades of Screamin' Green #55F07B
Tints of Screamin' Green #55F07B
RGB
CMYK
RGB Variations
Color information
#55F07B (or 0x55F07B) is known color: Screamin' Green. HEX triplet: 55, F0 and 7B. RGB value is (85,240,123). Sum of RGB (Red+Green+Blue) = 85+240+123=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #55F07B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F07B is #AA0F84. Grayscale: #B4B4B4. Windows color (decimal): -11145093 or 8122453. OLE color: 8122453.
HSL color Cylindrical-coordinate representation of color #55F07B: hue angle of 134.71º 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 #55F07B is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 123 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.06 |
| HSL | 134.71º | 0.84% | 0.64% | - |
| HSV(B) | 134.71º | 0.65% | 0.94% | - |
| XYZ | 38.48 | 65.68 | 29.39 | - |
| YUV | 180.32 | 95.65 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 123 | 0.65 | 0 | 0.49 | 0.06 | 134.71 | 0.84 | 0.64 |
| Hex | 55 | F0 | 7B | 41 | 0 | 31 | 6 | 87 | 54 | 40 |
| Octal | 125 | 360 | 173 | 101 | 0 | 61 | 6 | 207 | 124 | 100 |
| Binary | 1010101 | 11110000 | 1111011 | 1000001 | 0 | 110001 | 110 | 10000111 | 1010100 | 1000000 |
Color Harmonies of #55F07B
Complementary color
Monochromatic Colors of #55F07B
Black with #55F07B
Text Example
Text Example
White with #55F07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F07B; }
p { color: rgb(85,240,123); }
H1.HeaderClassName
{
color: #55F07B;
}
.AnyTagClassName
{
color: #55F07B;
}
</style>
background-color css
<style>
a { background-color: #55F07B; }
a { background-color: rgb(85,240,123); }
div.DivClassName
{
background-color: #55F07B;
}
.BgClassName
{
background-color: #55F07B;
}
</style>
border-color css
<style>
span { border-color: #55F07B; }
span { border-color: rgb(85,240,123); }
td.TdClassName
{
border-color: #55F07B;
}
.TagClassName
{
border-color: #55F07B;
}
</style>