Shades of Screamin' Green #55EF5E
Tints of Screamin' Green #55EF5E
RGB
CMYK
RGB Variations
Color information
#55EF5E (or 0x55EF5E) is known color: Screamin' Green. HEX triplet: 55, EF and 5E. RGB value is (85,239,94). Sum of RGB (Red+Green+Blue) = 85+239+94=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 239 (93.75% from 255 or 57.18% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 239 - color contains mainly: green. Hex color #55EF5E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55EF5E is #AA10A1. Grayscale: #B0B0B0. Windows color (decimal): -11145378 or 6221653. OLE color: 6221653.
HSL color Cylindrical-coordinate representation of color #55EF5E: hue angle of 123.51º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EF5E is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 94 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.06 |
| HSL | 123.51º | 0.83% | 0.64% | - |
| HSV(B) | 123.51º | 0.64% | 0.94% | - |
| XYZ | 36.63 | 64.47 | 21.1 | - |
| YUV | 176.42 | 81.48 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 94 | 0.64 | 0 | 0.61 | 0.06 | 123.51 | 0.83 | 0.64 |
| Hex | 55 | EF | 5E | 40 | 0 | 3D | 6 | 7C | 53 | 40 |
| Octal | 125 | 357 | 136 | 100 | 0 | 75 | 6 | 174 | 123 | 100 |
| Binary | 1010101 | 11101111 | 1011110 | 1000000 | 0 | 111101 | 110 | 1111100 | 1010011 | 1000000 |
Color Harmonies of #55EF5E
Complementary color
Monochromatic Colors of #55EF5E
Black with #55EF5E
Text Example
Text Example
White with #55EF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EF5E; }
p { color: rgb(85,239,94); }
H1.HeaderClassName
{
color: #55EF5E;
}
.AnyTagClassName
{
color: #55EF5E;
}
</style>
background-color css
<style>
a { background-color: #55EF5E; }
a { background-color: rgb(85,239,94); }
div.DivClassName
{
background-color: #55EF5E;
}
.BgClassName
{
background-color: #55EF5E;
}
</style>
border-color css
<style>
span { border-color: #55EF5E; }
span { border-color: rgb(85,239,94); }
td.TdClassName
{
border-color: #55EF5E;
}
.TagClassName
{
border-color: #55EF5E;
}
</style>