Shades of Eucalyptus #24B255
Tints of Eucalyptus #24B255
RGB
CMYK
RGB Variations
Color information
#24B255 (or 0x24B255) is known color: Eucalyptus. HEX triplet: 24, B2 and 55. RGB value is (36,178,85). Sum of RGB (Red+Green+Blue) = 36+178+85=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #24B255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24B255 is #DB4DAA. Grayscale: #7D7D7D. Windows color (decimal): -14372267 or 5616164. OLE color: 5616164.
HSL color Cylindrical-coordinate representation of color #24B255: hue angle of 140.7º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B255 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 178 | 85 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.30 |
| HSL | 140.7º | 0.66% | 0.42% | - |
| HSV(B) | 140.7º | 0.8% | 0.7% | - |
| XYZ | 18.29 | 32.87 | 13.98 | - |
| YUV | 124.94 | 105.46 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 178 | 85 | 0.80 | 0 | 0.52 | 0.30 | 140.7 | 0.66 | 0.42 |
| Hex | 24 | B2 | 55 | 50 | 0 | 34 | 1E | 8D | 42 | 2A |
| Octal | 44 | 262 | 125 | 120 | 0 | 64 | 36 | 215 | 102 | 52 |
| Binary | 100100 | 10110010 | 1010101 | 1010000 | 0 | 110100 | 11110 | 10001101 | 1000010 | 101010 |
Color Harmonies of #24B255
Complementary color
Monochromatic Colors of #24B255
Black with #24B255
Text Example
Text Example
White with #24B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B255; }
p { color: rgb(36,178,85); }
H1.HeaderClassName
{
color: #24B255;
}
.AnyTagClassName
{
color: #24B255;
}
</style>
background-color css
<style>
a { background-color: #24B255; }
a { background-color: rgb(36,178,85); }
div.DivClassName
{
background-color: #24B255;
}
.BgClassName
{
background-color: #24B255;
}
</style>
border-color css
<style>
span { border-color: #24B255; }
span { border-color: rgb(36,178,85); }
td.TdClassName
{
border-color: #24B255;
}
.TagClassName
{
border-color: #24B255;
}
</style>