Shades of Screamin' Green #55F465
Tints of Screamin' Green #55F465
RGB
CMYK
RGB Variations
Color information
#55F465 (or 0x55F465) is known color: Screamin' Green. HEX triplet: 55, F4 and 65. RGB value is (85,244,101). Sum of RGB (Red+Green+Blue) = 85+244+101=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 244 (95.70% from 255 or 56.74% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 244 - color contains mainly: green. Hex color #55F465 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F465 is #AA0B9A. Grayscale: #B4B4B4. Windows color (decimal): -11144091 or 6681685. OLE color: 6681685.
HSL color Cylindrical-coordinate representation of color #55F465: hue angle of 126.04º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F465 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 244 | 101 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.04 |
| HSL | 126.04º | 0.88% | 0.65% | - |
| HSV(B) | 126.04º | 0.65% | 0.96% | - |
| XYZ | 38.45 | 67.57 | 23.33 | - |
| YUV | 180.16 | 83.32 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 244 | 101 | 0.65 | 0 | 0.59 | 0.04 | 126.04 | 0.88 | 0.65 |
| Hex | 55 | F4 | 65 | 41 | 0 | 3B | 4 | 7E | 58 | 41 |
| Octal | 125 | 364 | 145 | 101 | 0 | 73 | 4 | 176 | 130 | 101 |
| Binary | 1010101 | 11110100 | 1100101 | 1000001 | 0 | 111011 | 100 | 1111110 | 1011000 | 1000001 |
Color Harmonies of #55F465
Complementary color
Monochromatic Colors of #55F465
Black with #55F465
Text Example
Text Example
White with #55F465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F465; }
p { color: rgb(85,244,101); }
H1.HeaderClassName
{
color: #55F465;
}
.AnyTagClassName
{
color: #55F465;
}
</style>
background-color css
<style>
a { background-color: #55F465; }
a { background-color: rgb(85,244,101); }
div.DivClassName
{
background-color: #55F465;
}
.BgClassName
{
background-color: #55F465;
}
</style>
border-color css
<style>
span { border-color: #55F465; }
span { border-color: rgb(85,244,101); }
td.TdClassName
{
border-color: #55F465;
}
.TagClassName
{
border-color: #55F465;
}
</style>