Shades of Screamin' Green #55E96A
Tints of Screamin' Green #55E96A
RGB
CMYK
RGB Variations
Color information
#55E96A (or 0x55E96A) is known color: Screamin' Green. HEX triplet: 55, E9 and 6A. RGB value is (85,233,106). Sum of RGB (Red+Green+Blue) = 85+233+106=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 233 (91.41% from 255 or 54.95% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 233 - color contains mainly: green. Hex color #55E96A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55E96A is #AA1695. Grayscale: #AEAEAE. Windows color (decimal): -11146902 or 7006549. OLE color: 7006549.
HSL color Cylindrical-coordinate representation of color #55E96A: hue angle of 128.51º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E96A is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 106 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.09 |
| HSL | 128.51º | 0.77% | 0.62% | - |
| HSV(B) | 128.51º | 0.64% | 0.91% | - |
| XYZ | 35.49 | 61.25 | 23.59 | - |
| YUV | 174.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 106 | 0.64 | 0 | 0.55 | 0.09 | 128.51 | 0.77 | 0.62 |
| Hex | 55 | E9 | 6A | 40 | 0 | 37 | 9 | 81 | 4D | 3E |
| Octal | 125 | 351 | 152 | 100 | 0 | 67 | 11 | 201 | 115 | 76 |
| Binary | 1010101 | 11101001 | 1101010 | 1000000 | 0 | 110111 | 1001 | 10000001 | 1001101 | 111110 |
Color Harmonies of #55E96A
Complementary color
Monochromatic Colors of #55E96A
Black with #55E96A
Text Example
Text Example
White with #55E96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E96A; }
p { color: rgb(85,233,106); }
H1.HeaderClassName
{
color: #55E96A;
}
.AnyTagClassName
{
color: #55E96A;
}
</style>
background-color css
<style>
a { background-color: #55E96A; }
a { background-color: rgb(85,233,106); }
div.DivClassName
{
background-color: #55E96A;
}
.BgClassName
{
background-color: #55E96A;
}
</style>
border-color css
<style>
span { border-color: #55E96A; }
span { border-color: rgb(85,233,106); }
td.TdClassName
{
border-color: #55E96A;
}
.TagClassName
{
border-color: #55E96A;
}
</style>