Shades of Conifer #AFEE59
Tints of Conifer #AFEE59
RGB
CMYK
RGB Variations
Color information
#AFEE59 (or 0xAFEE59) is known color: Conifer. HEX triplet: AF, EE and 59. RGB value is (175,238,89). Sum of RGB (Red+Green+Blue) = 175+238+89=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 89 (35.16% from 255 or 17.73% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE59 is #5011A6. Grayscale: #CACACA. Windows color (decimal): -5247399 or 5893807. OLE color: 5893807.
HSL color Cylindrical-coordinate representation of color #AFEE59: hue angle of 85.37º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFEE59 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 89 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.07 |
| HSL | 85.37º | 0.81% | 0.64% | - |
| HSV(B) | 85.37º | 0.63% | 0.93% | - |
| XYZ | 50.06 | 70.98 | 20.51 | - |
| YUV | 202.18 | 64.13 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 89 | 0.26 | 0 | 0.63 | 0.07 | 85.37 | 0.81 | 0.64 |
| Hex | AF | EE | 59 | 1A | 0 | 3F | 7 | 55 | 51 | 40 |
| Octal | 257 | 356 | 131 | 32 | 0 | 77 | 7 | 125 | 121 | 100 |
| Binary | 10101111 | 11101110 | 1011001 | 11010 | 0 | 111111 | 111 | 1010101 | 1010001 | 1000000 |
Color Harmonies of #AFEE59
Complementary color
Monochromatic Colors of #AFEE59
Black with #AFEE59
Text Example
Text Example
White with #AFEE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEE59; }
p { color: rgb(175,238,89); }
H1.HeaderClassName
{
color: #AFEE59;
}
.AnyTagClassName
{
color: #AFEE59;
}
</style>
background-color css
<style>
a { background-color: #AFEE59; }
a { background-color: rgb(175,238,89); }
div.DivClassName
{
background-color: #AFEE59;
}
.BgClassName
{
background-color: #AFEE59;
}
</style>
border-color css
<style>
span { border-color: #AFEE59; }
span { border-color: rgb(175,238,89); }
td.TdClassName
{
border-color: #AFEE59;
}
.TagClassName
{
border-color: #AFEE59;
}
</style>