Shades of Screamin' Green #55F66B
Tints of Screamin' Green #55F66B
RGB
CMYK
RGB Variations
Color information
#55F66B (or 0x55F66B) is known color: Screamin' Green. HEX triplet: 55, F6 and 6B. RGB value is (85,246,107). Sum of RGB (Red+Green+Blue) = 85+246+107=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 246 (96.48% from 255 or 56.16% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 246 - color contains mainly: green. Hex color #55F66B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F66B is #AA0994. Grayscale: #B6B6B6. Windows color (decimal): -11143573 or 7075413. OLE color: 7075413.
HSL color Cylindrical-coordinate representation of color #55F66B: hue angle of 128.2º degrees, saturation: 0.9, 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 #55F66B is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 246 | 107 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.04 |
| HSL | 128.2º | 0.9% | 0.65% | - |
| HSV(B) | 128.2º | 0.65% | 0.96% | - |
| XYZ | 39.36 | 68.9 | 25.14 | - |
| YUV | 182.02 | 85.66 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 246 | 107 | 0.65 | 0 | 0.57 | 0.04 | 128.2 | 0.9 | 0.65 |
| Hex | 55 | F6 | 6B | 41 | 0 | 39 | 4 | 80 | 5A | 41 |
| Octal | 125 | 366 | 153 | 101 | 0 | 71 | 4 | 200 | 132 | 101 |
| Binary | 1010101 | 11110110 | 1101011 | 1000001 | 0 | 111001 | 100 | 10000000 | 1011010 | 1000001 |
Color Harmonies of #55F66B
Complementary color
Monochromatic Colors of #55F66B
Black with #55F66B
Text Example
Text Example
White with #55F66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F66B; }
p { color: rgb(85,246,107); }
H1.HeaderClassName
{
color: #55F66B;
}
.AnyTagClassName
{
color: #55F66B;
}
</style>
background-color css
<style>
a { background-color: #55F66B; }
a { background-color: rgb(85,246,107); }
div.DivClassName
{
background-color: #55F66B;
}
.BgClassName
{
background-color: #55F66B;
}
</style>
border-color css
<style>
span { border-color: #55F66B; }
span { border-color: rgb(85,246,107); }
td.TdClassName
{
border-color: #55F66B;
}
.TagClassName
{
border-color: #55F66B;
}
</style>