Shades of Eucalyptus #21B552
Tints of Eucalyptus #21B552
RGB
CMYK
RGB Variations
Color information
#21B552 (or 0x21B552) is known color: Eucalyptus. HEX triplet: 21, B5 and 52. RGB value is (33,181,82). Sum of RGB (Red+Green+Blue) = 33+181+82=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 181 (71.09% from 255 or 61.15% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 181 - color contains mainly: green. Hex color #21B552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B552 is #DE4AAD. Grayscale: #7D7D7D. Windows color (decimal): -14568110 or 5420321. OLE color: 5420321.
HSL color Cylindrical-coordinate representation of color #21B552: hue angle of 139.86º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B552 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 181 | 82 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.29 |
| HSL | 139.86º | 0.69% | 0.42% | - |
| HSV(B) | 139.86º | 0.82% | 0.71% | - |
| XYZ | 18.67 | 33.98 | 13.56 | - |
| YUV | 125.46 | 103.47 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 181 | 82 | 0.82 | 0 | 0.55 | 0.29 | 139.86 | 0.69 | 0.42 |
| Hex | 21 | B5 | 52 | 52 | 0 | 37 | 1D | 8C | 45 | 2A |
| Octal | 41 | 265 | 122 | 122 | 0 | 67 | 35 | 214 | 105 | 52 |
| Binary | 100001 | 10110101 | 1010010 | 1010010 | 0 | 110111 | 11101 | 10001100 | 1000101 | 101010 |
Color Harmonies of #21B552
Complementary color
Monochromatic Colors of #21B552
Black with #21B552
Text Example
Text Example
White with #21B552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B552; }
p { color: rgb(33,181,82); }
H1.HeaderClassName
{
color: #21B552;
}
.AnyTagClassName
{
color: #21B552;
}
</style>
background-color css
<style>
a { background-color: #21B552; }
a { background-color: rgb(33,181,82); }
div.DivClassName
{
background-color: #21B552;
}
.BgClassName
{
background-color: #21B552;
}
</style>
border-color css
<style>
span { border-color: #21B552; }
span { border-color: rgb(33,181,82); }
td.TdClassName
{
border-color: #21B552;
}
.TagClassName
{
border-color: #21B552;
}
</style>