Shades of Screamin' Green #55DF5A
Tints of Screamin' Green #55DF5A
RGB
CMYK
RGB Variations
Color information
#55DF5A (or 0x55DF5A) is known color: Screamin' Green. HEX triplet: 55, DF and 5A. RGB value is (85,223,90). Sum of RGB (Red+Green+Blue) = 85+223+90=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 223 (87.5% from 255 or 56.03% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DF5A is #AA20A5. Grayscale: #A6A6A6. Windows color (decimal): -11149478 or 5955413. OLE color: 5955413.
HSL color Cylindrical-coordinate representation of color #55DF5A: hue angle of 122.17º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DF5A is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 90 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.13 |
| HSL | 122.17º | 0.68% | 0.6% | - |
| HSV(B) | 122.17º | 0.62% | 0.87% | - |
| XYZ | 31.98 | 55.44 | 18.69 | - |
| YUV | 166.58 | 84.78 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 90 | 0.62 | 0 | 0.60 | 0.13 | 122.17 | 0.68 | 0.6 |
| Hex | 55 | DF | 5A | 3E | 0 | 3C | D | 7A | 44 | 3C |
| Octal | 125 | 337 | 132 | 76 | 0 | 74 | 15 | 172 | 104 | 74 |
| Binary | 1010101 | 11011111 | 1011010 | 111110 | 0 | 111100 | 1101 | 1111010 | 1000100 | 111100 |
Color Harmonies of #55DF5A
Complementary color
Monochromatic Colors of #55DF5A
Black with #55DF5A
Text Example
Text Example
White with #55DF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF5A; }
p { color: rgb(85,223,90); }
H1.HeaderClassName
{
color: #55DF5A;
}
.AnyTagClassName
{
color: #55DF5A;
}
</style>
background-color css
<style>
a { background-color: #55DF5A; }
a { background-color: rgb(85,223,90); }
div.DivClassName
{
background-color: #55DF5A;
}
.BgClassName
{
background-color: #55DF5A;
}
</style>
border-color css
<style>
span { border-color: #55DF5A; }
span { border-color: rgb(85,223,90); }
td.TdClassName
{
border-color: #55DF5A;
}
.TagClassName
{
border-color: #55DF5A;
}
</style>