Shades of Eucalyptus #21B15B
Tints of Eucalyptus #21B15B
RGB
CMYK
RGB Variations
Color information
#21B15B (or 0x21B15B) is known color: Eucalyptus. HEX triplet: 21, B1 and 5B. RGB value is (33,177,91). Sum of RGB (Red+Green+Blue) = 33+177+91=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #21B15B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B15B is #DE4EA4. Grayscale: #7C7C7C. Windows color (decimal): -14569125 or 6009121. OLE color: 6009121.
HSL color Cylindrical-coordinate representation of color #21B15B: hue angle of 144.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B15B is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 91 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.31 |
| HSL | 144.17º | 0.69% | 0.41% | - |
| HSV(B) | 144.17º | 0.81% | 0.69% | - |
| XYZ | 18.24 | 32.52 | 15.21 | - |
| YUV | 124.14 | 109.29 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 91 | 0.81 | 0 | 0.49 | 0.31 | 144.17 | 0.69 | 0.41 |
| Hex | 21 | B1 | 5B | 51 | 0 | 31 | 1F | 90 | 45 | 29 |
| Octal | 41 | 261 | 133 | 121 | 0 | 61 | 37 | 220 | 105 | 51 |
| Binary | 100001 | 10110001 | 1011011 | 1010001 | 0 | 110001 | 11111 | 10010000 | 1000101 | 101001 |
Color Harmonies of #21B15B
Complementary color
Monochromatic Colors of #21B15B
Black with #21B15B
Text Example
Text Example
White with #21B15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B15B; }
p { color: rgb(33,177,91); }
H1.HeaderClassName
{
color: #21B15B;
}
.AnyTagClassName
{
color: #21B15B;
}
</style>
background-color css
<style>
a { background-color: #21B15B; }
a { background-color: rgb(33,177,91); }
div.DivClassName
{
background-color: #21B15B;
}
.BgClassName
{
background-color: #21B15B;
}
</style>
border-color css
<style>
span { border-color: #21B15B; }
span { border-color: rgb(33,177,91); }
td.TdClassName
{
border-color: #21B15B;
}
.TagClassName
{
border-color: #21B15B;
}
</style>