Shades of Eucalyptus #21B256
Tints of Eucalyptus #21B256
RGB
CMYK
RGB Variations
Color information
#21B256 (or 0x21B256) is known color: Eucalyptus. HEX triplet: 21, B2 and 56. RGB value is (33,178,86). Sum of RGB (Red+Green+Blue) = 33+178+86=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #21B256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B256 is #DE4DA9. Grayscale: #7C7C7C. Windows color (decimal): -14568874 or 5681697. OLE color: 5681697.
HSL color Cylindrical-coordinate representation of color #21B256: hue angle of 141.93º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B256 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 178 | 86 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.30 |
| HSL | 141.93º | 0.69% | 0.41% | - |
| HSV(B) | 141.93º | 0.81% | 0.7% | - |
| XYZ | 18.23 | 32.84 | 14.18 | - |
| YUV | 124.16 | 106.46 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 178 | 86 | 0.81 | 0 | 0.52 | 0.30 | 141.93 | 0.69 | 0.41 |
| Hex | 21 | B2 | 56 | 51 | 0 | 34 | 1E | 8E | 45 | 29 |
| Octal | 41 | 262 | 126 | 121 | 0 | 64 | 36 | 216 | 105 | 51 |
| Binary | 100001 | 10110010 | 1010110 | 1010001 | 0 | 110100 | 11110 | 10001110 | 1000101 | 101001 |
Color Harmonies of #21B256
Complementary color
Monochromatic Colors of #21B256
Black with #21B256
Text Example
Text Example
White with #21B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B256; }
p { color: rgb(33,178,86); }
H1.HeaderClassName
{
color: #21B256;
}
.AnyTagClassName
{
color: #21B256;
}
</style>
background-color css
<style>
a { background-color: #21B256; }
a { background-color: rgb(33,178,86); }
div.DivClassName
{
background-color: #21B256;
}
.BgClassName
{
background-color: #21B256;
}
</style>
border-color css
<style>
span { border-color: #21B256; }
span { border-color: rgb(33,178,86); }
td.TdClassName
{
border-color: #21B256;
}
.TagClassName
{
border-color: #21B256;
}
</style>