Shades of Conifer #AFDC63
Tints of Conifer #AFDC63
RGB
CMYK
RGB Variations
Color information
#AFDC63 (or 0xAFDC63) is known color: Conifer. HEX triplet: AF, DC and 63. RGB value is (175,220,99). Sum of RGB (Red+Green+Blue) = 175+220+99=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC63 is #50239C. Grayscale: #C1C1C1. Windows color (decimal): -5251997 or 6544559. OLE color: 6544559.
HSL color Cylindrical-coordinate representation of color #AFDC63: hue angle of 82.31º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFDC63 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 99 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.14 |
| HSL | 82.31º | 0.63% | 0.63% | - |
| HSV(B) | 82.31º | 0.55% | 0.86% | - |
| XYZ | 45.52 | 61.2 | 21.22 | - |
| YUV | 192.75 | 75.09 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 99 | 0.20 | 0 | 0.55 | 0.14 | 82.31 | 0.63 | 0.63 |
| Hex | AF | DC | 63 | 14 | 0 | 37 | E | 52 | 3F | 3F |
| Octal | 257 | 334 | 143 | 24 | 0 | 67 | 16 | 122 | 77 | 77 |
| Binary | 10101111 | 11011100 | 1100011 | 10100 | 0 | 110111 | 1110 | 1010010 | 111111 | 111111 |
Color Harmonies of #AFDC63
Complementary color
Monochromatic Colors of #AFDC63
Black with #AFDC63
Text Example
Text Example
White with #AFDC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC63; }
p { color: rgb(175,220,99); }
H1.HeaderClassName
{
color: #AFDC63;
}
.AnyTagClassName
{
color: #AFDC63;
}
</style>
background-color css
<style>
a { background-color: #AFDC63; }
a { background-color: rgb(175,220,99); }
div.DivClassName
{
background-color: #AFDC63;
}
.BgClassName
{
background-color: #AFDC63;
}
</style>
border-color css
<style>
span { border-color: #AFDC63; }
span { border-color: rgb(175,220,99); }
td.TdClassName
{
border-color: #AFDC63;
}
.TagClassName
{
border-color: #AFDC63;
}
</style>