Shades of Eucalyptus #21AF65
Tints of Eucalyptus #21AF65
RGB
CMYK
RGB Variations
Color information
#21AF65 (or 0x21AF65) is known color: Eucalyptus. HEX triplet: 21, AF and 65. RGB value is (33,175,101). Sum of RGB (Red+Green+Blue) = 33+175+101=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF65 is #DE509A. Grayscale: #7C7C7C. Windows color (decimal): -14569627 or 6663969. OLE color: 6663969.
HSL color Cylindrical-coordinate representation of color #21AF65: hue angle of 148.73º 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 #21AF65 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 175 | 101 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.31 |
| HSL | 148.73º | 0.68% | 0.41% | - |
| HSV(B) | 148.73º | 0.81% | 0.69% | - |
| XYZ | 18.31 | 31.92 | 17.51 | - |
| YUV | 124.11 | 114.96 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 101 | 0.81 | 0 | 0.42 | 0.31 | 148.73 | 0.68 | 0.41 |
| Hex | 21 | AF | 65 | 51 | 0 | 2A | 1F | 95 | 44 | 29 |
| Octal | 41 | 257 | 145 | 121 | 0 | 52 | 37 | 225 | 104 | 51 |
| Binary | 100001 | 10101111 | 1100101 | 1010001 | 0 | 101010 | 11111 | 10010101 | 1000100 | 101001 |
Color Harmonies of #21AF65
Complementary color
Monochromatic Colors of #21AF65
Black with #21AF65
Text Example
Text Example
White with #21AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AF65; }
p { color: rgb(33,175,101); }
H1.HeaderClassName
{
color: #21AF65;
}
.AnyTagClassName
{
color: #21AF65;
}
</style>
background-color css
<style>
a { background-color: #21AF65; }
a { background-color: rgb(33,175,101); }
div.DivClassName
{
background-color: #21AF65;
}
.BgClassName
{
background-color: #21AF65;
}
</style>
border-color css
<style>
span { border-color: #21AF65; }
span { border-color: rgb(33,175,101); }
td.TdClassName
{
border-color: #21AF65;
}
.TagClassName
{
border-color: #21AF65;
}
</style>