Shades of Conifer #AFDC52
Tints of Conifer #AFDC52
RGB
CMYK
RGB Variations
Color information
#AFDC52 (or 0xAFDC52) is known color: Conifer. HEX triplet: AF, DC and 52. RGB value is (175,220,82). Sum of RGB (Red+Green+Blue) = 175+220+82=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC52 is #5023AD. Grayscale: #BFBFBF. Windows color (decimal): -5252014 or 5430447. OLE color: 5430447.
HSL color Cylindrical-coordinate representation of color #AFDC52: hue angle of 79.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFDC52 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 82 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.14 |
| HSL | 79.57º | 0.66% | 0.59% | - |
| HSV(B) | 79.57º | 0.63% | 0.86% | - |
| XYZ | 44.8 | 60.91 | 17.38 | - |
| YUV | 190.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 82 | 0.20 | 0 | 0.63 | 0.14 | 79.57 | 0.66 | 0.59 |
| Hex | AF | DC | 52 | 14 | 0 | 3F | E | 50 | 42 | 3B |
| Octal | 257 | 334 | 122 | 24 | 0 | 77 | 16 | 120 | 102 | 73 |
| Binary | 10101111 | 11011100 | 1010010 | 10100 | 0 | 111111 | 1110 | 1010000 | 1000010 | 111011 |
Color Harmonies of #AFDC52
Complementary color
Monochromatic Colors of #AFDC52
Black with #AFDC52
Text Example
Text Example
White with #AFDC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC52; }
p { color: rgb(175,220,82); }
H1.HeaderClassName
{
color: #AFDC52;
}
.AnyTagClassName
{
color: #AFDC52;
}
</style>
background-color css
<style>
a { background-color: #AFDC52; }
a { background-color: rgb(175,220,82); }
div.DivClassName
{
background-color: #AFDC52;
}
.BgClassName
{
background-color: #AFDC52;
}
</style>
border-color css
<style>
span { border-color: #AFDC52; }
span { border-color: rgb(175,220,82); }
td.TdClassName
{
border-color: #AFDC52;
}
.TagClassName
{
border-color: #AFDC52;
}
</style>