Shades of Screamin' Green #55EF7B
Tints of Screamin' Green #55EF7B
RGB
CMYK
RGB Variations
Color information
#55EF7B (or 0x55EF7B) is known color: Screamin' Green. HEX triplet: 55, EF and 7B. RGB value is (85,239,123). Sum of RGB (Red+Green+Blue) = 85+239+123=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 239 (93.75% from 255 or 53.47% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 239 - color contains mainly: green. Hex color #55EF7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55EF7B is #AA1084. Grayscale: #B4B4B4. Windows color (decimal): -11145349 or 8122197. OLE color: 8122197.
HSL color Cylindrical-coordinate representation of color #55EF7B: hue angle of 134.81º 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 #55EF7B is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 123 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.06 |
| HSL | 134.81º | 0.83% | 0.64% | - |
| HSV(B) | 134.81º | 0.64% | 0.94% | - |
| XYZ | 38.19 | 65.09 | 29.29 | - |
| YUV | 179.73 | 95.98 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 123 | 0.64 | 0 | 0.49 | 0.06 | 134.81 | 0.83 | 0.64 |
| Hex | 55 | EF | 7B | 40 | 0 | 31 | 6 | 87 | 53 | 40 |
| Octal | 125 | 357 | 173 | 100 | 0 | 61 | 6 | 207 | 123 | 100 |
| Binary | 1010101 | 11101111 | 1111011 | 1000000 | 0 | 110001 | 110 | 10000111 | 1010011 | 1000000 |
Color Harmonies of #55EF7B
Complementary color
Monochromatic Colors of #55EF7B
Black with #55EF7B
Text Example
Text Example
White with #55EF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EF7B; }
p { color: rgb(85,239,123); }
H1.HeaderClassName
{
color: #55EF7B;
}
.AnyTagClassName
{
color: #55EF7B;
}
</style>
background-color css
<style>
a { background-color: #55EF7B; }
a { background-color: rgb(85,239,123); }
div.DivClassName
{
background-color: #55EF7B;
}
.BgClassName
{
background-color: #55EF7B;
}
</style>
border-color css
<style>
span { border-color: #55EF7B; }
span { border-color: rgb(85,239,123); }
td.TdClassName
{
border-color: #55EF7B;
}
.TagClassName
{
border-color: #55EF7B;
}
</style>