Shades of Eucalyptus #23AF50
Tints of Eucalyptus #23AF50
RGB
CMYK
RGB Variations
Color information
#23AF50 (or 0x23AF50) is known color: Eucalyptus. HEX triplet: 23, AF and 50. RGB value is (35,175,80). Sum of RGB (Red+Green+Blue) = 35+175+80=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AF50 is #DC50AF. Grayscale: #7A7A7A. Windows color (decimal): -14438576 or 5287715. OLE color: 5287715.
HSL color Cylindrical-coordinate representation of color #23AF50: hue angle of 139.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AF50 is Cyan = 0.8, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 175 | 80 | - |
| CMYK | 0.8 | 0 | 0.54 | 0.31 |
| HSL | 139.29º | 0.67% | 0.41% | - |
| HSV(B) | 139.29º | 0.8% | 0.69% | - |
| XYZ | 17.47 | 31.6 | 12.77 | - |
| YUV | 122.31 | 104.12 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 80 | 0.8 | 0 | 0.54 | 0.31 | 139.29 | 0.67 | 0.41 |
| Hex | 23 | AF | 50 | 50 | 0 | 36 | 1F | 8B | 43 | 29 |
| Octal | 43 | 257 | 120 | 120 | 0 | 66 | 37 | 213 | 103 | 51 |
| Binary | 100011 | 10101111 | 1010000 | 1010000 | 0 | 110110 | 11111 | 10001011 | 1000011 | 101001 |
Color Harmonies of #23AF50
Complementary color
Monochromatic Colors of #23AF50
Black with #23AF50
Text Example
Text Example
White with #23AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AF50; }
p { color: rgb(35,175,80); }
H1.HeaderClassName
{
color: #23AF50;
}
.AnyTagClassName
{
color: #23AF50;
}
</style>
background-color css
<style>
a { background-color: #23AF50; }
a { background-color: rgb(35,175,80); }
div.DivClassName
{
background-color: #23AF50;
}
.BgClassName
{
background-color: #23AF50;
}
</style>
border-color css
<style>
span { border-color: #23AF50; }
span { border-color: rgb(35,175,80); }
td.TdClassName
{
border-color: #23AF50;
}
.TagClassName
{
border-color: #23AF50;
}
</style>