Shades of Screamin' Green #55F83D
Tints of Screamin' Green #55F83D
RGB
CMYK
RGB Variations
Color information
#55F83D (or 0x55F83D) is known color: Screamin' Green. HEX triplet: 55, F8 and 3D. RGB value is (85,248,61). Sum of RGB (Red+Green+Blue) = 85+248+61=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 248 (97.27% from 255 or 62.94% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 248 - color contains mainly: green. Hex color #55F83D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F83D is #AA07C2. Grayscale: #B2B2B2. Windows color (decimal): -11143107 or 4061269. OLE color: 4061269.
HSL color Cylindrical-coordinate representation of color #55F83D: hue angle of 112.3º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55F83D is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 61 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.03 |
| HSL | 112.3º | 0.93% | 0.61% | - |
| HSV(B) | 112.3º | 0.75% | 0.97% | - |
| XYZ | 38.16 | 69.4 | 15.8 | - |
| YUV | 177.95 | 62 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 61 | 0.66 | 0 | 0.75 | 0.03 | 112.3 | 0.93 | 0.61 |
| Hex | 55 | F8 | 3D | 42 | 0 | 4B | 3 | 70 | 5D | 3D |
| Octal | 125 | 370 | 75 | 102 | 0 | 113 | 3 | 160 | 135 | 75 |
| Binary | 1010101 | 11111000 | 111101 | 1000010 | 0 | 1001011 | 11 | 1110000 | 1011101 | 111101 |
Color Harmonies of #55F83D
Complementary color
Monochromatic Colors of #55F83D
Black with #55F83D
Text Example
Text Example
White with #55F83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F83D; }
p { color: rgb(85,248,61); }
H1.HeaderClassName
{
color: #55F83D;
}
.AnyTagClassName
{
color: #55F83D;
}
</style>
background-color css
<style>
a { background-color: #55F83D; }
a { background-color: rgb(85,248,61); }
div.DivClassName
{
background-color: #55F83D;
}
.BgClassName
{
background-color: #55F83D;
}
</style>
border-color css
<style>
span { border-color: #55F83D; }
span { border-color: rgb(85,248,61); }
td.TdClassName
{
border-color: #55F83D;
}
.TagClassName
{
border-color: #55F83D;
}
</style>