Shades of Eucalyptus #22B855
Tints of Eucalyptus #22B855
RGB
CMYK
RGB Variations
Color information
#22B855 (or 0x22B855) is known color: Eucalyptus. HEX triplet: 22, B8 and 55. RGB value is (34,184,85). Sum of RGB (Red+Green+Blue) = 34+184+85=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 184 (72.27% from 255 or 60.73% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 184 - color contains mainly: green. Hex color #22B855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22B855 is #DD47AA. Grayscale: #808080. Windows color (decimal): -14501803 or 5617698. OLE color: 5617698.
HSL color Cylindrical-coordinate representation of color #22B855: hue angle of 140.4º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22B855 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 34 | 184 | 85 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.28 |
| HSL | 140.4º | 0.69% | 0.43% | - |
| HSV(B) | 140.4º | 0.82% | 0.72% | - |
| XYZ | 19.44 | 35.28 | 14.38 | - |
| YUV | 127.86 | 103.81 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 184 | 85 | 0.82 | 0 | 0.54 | 0.28 | 140.4 | 0.69 | 0.43 |
| Hex | 22 | B8 | 55 | 52 | 0 | 36 | 1C | 8C | 45 | 2B |
| Octal | 42 | 270 | 125 | 122 | 0 | 66 | 34 | 214 | 105 | 53 |
| Binary | 100010 | 10111000 | 1010101 | 1010010 | 0 | 110110 | 11100 | 10001100 | 1000101 | 101011 |
Color Harmonies of #22B855
Complementary color
Monochromatic Colors of #22B855
Black with #22B855
Text Example
Text Example
White with #22B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B855; }
p { color: rgb(34,184,85); }
H1.HeaderClassName
{
color: #22B855;
}
.AnyTagClassName
{
color: #22B855;
}
</style>
background-color css
<style>
a { background-color: #22B855; }
a { background-color: rgb(34,184,85); }
div.DivClassName
{
background-color: #22B855;
}
.BgClassName
{
background-color: #22B855;
}
</style>
border-color css
<style>
span { border-color: #22B855; }
span { border-color: rgb(34,184,85); }
td.TdClassName
{
border-color: #22B855;
}
.TagClassName
{
border-color: #22B855;
}
</style>