Shades of Eucalyptus #21AF5C
Tints of Eucalyptus #21AF5C
RGB
CMYK
RGB Variations
Color information
#21AF5C (or 0x21AF5C) is known color: Eucalyptus. HEX triplet: 21, AF and 5C. RGB value is (33,175,92). Sum of RGB (Red+Green+Blue) = 33+175+92=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF5C is #DE50A3. Grayscale: #7B7B7B. Windows color (decimal): -14569636 or 6074145. OLE color: 6074145.
HSL color Cylindrical-coordinate representation of color #21AF5C: hue angle of 144.93º degrees, saturation: 0.68, 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 #21AF5C is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 175 | 92 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.31 |
| HSL | 144.93º | 0.68% | 0.41% | - |
| HSV(B) | 144.93º | 0.81% | 0.69% | - |
| XYZ | 17.89 | 31.76 | 15.31 | - |
| YUV | 123.08 | 110.46 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 92 | 0.81 | 0 | 0.47 | 0.31 | 144.93 | 0.68 | 0.41 |
| Hex | 21 | AF | 5C | 51 | 0 | 2F | 1F | 91 | 44 | 29 |
| Octal | 41 | 257 | 134 | 121 | 0 | 57 | 37 | 221 | 104 | 51 |
| Binary | 100001 | 10101111 | 1011100 | 1010001 | 0 | 101111 | 11111 | 10010001 | 1000100 | 101001 |
Color Harmonies of #21AF5C
Complementary color
Monochromatic Colors of #21AF5C
Black with #21AF5C
Text Example
Text Example
White with #21AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AF5C; }
p { color: rgb(33,175,92); }
H1.HeaderClassName
{
color: #21AF5C;
}
.AnyTagClassName
{
color: #21AF5C;
}
</style>
background-color css
<style>
a { background-color: #21AF5C; }
a { background-color: rgb(33,175,92); }
div.DivClassName
{
background-color: #21AF5C;
}
.BgClassName
{
background-color: #21AF5C;
}
</style>
border-color css
<style>
span { border-color: #21AF5C; }
span { border-color: rgb(33,175,92); }
td.TdClassName
{
border-color: #21AF5C;
}
.TagClassName
{
border-color: #21AF5C;
}
</style>