Shades of Conifer #AFDC48
Tints of Conifer #AFDC48
RGB
CMYK
RGB Variations
Color information
#AFDC48 (or 0xAFDC48) is known color: Conifer. HEX triplet: AF, DC and 48. RGB value is (175,220,72). Sum of RGB (Red+Green+Blue) = 175+220+72=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC48 is #5023B7. Grayscale: #BEBEBE. Windows color (decimal): -5252024 or 4775087. OLE color: 4775087.
HSL color Cylindrical-coordinate representation of color #AFDC48: hue angle of 78.24º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFDC48 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 72 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.14 |
| HSL | 78.24º | 0.68% | 0.57% | - |
| HSV(B) | 78.24º | 0.67% | 0.86% | - |
| XYZ | 44.44 | 60.77 | 15.52 | - |
| YUV | 189.67 | 61.59 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 72 | 0.20 | 0 | 0.67 | 0.14 | 78.24 | 0.68 | 0.57 |
| Hex | AF | DC | 48 | 14 | 0 | 43 | E | 4E | 44 | 39 |
| Octal | 257 | 334 | 110 | 24 | 0 | 103 | 16 | 116 | 104 | 71 |
| Binary | 10101111 | 11011100 | 1001000 | 10100 | 0 | 1000011 | 1110 | 1001110 | 1000100 | 111001 |
Color Harmonies of #AFDC48
Complementary color
Monochromatic Colors of #AFDC48
Black with #AFDC48
Text Example
Text Example
White with #AFDC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC48; }
p { color: rgb(175,220,72); }
H1.HeaderClassName
{
color: #AFDC48;
}
.AnyTagClassName
{
color: #AFDC48;
}
</style>
background-color css
<style>
a { background-color: #AFDC48; }
a { background-color: rgb(175,220,72); }
div.DivClassName
{
background-color: #AFDC48;
}
.BgClassName
{
background-color: #AFDC48;
}
</style>
border-color css
<style>
span { border-color: #AFDC48; }
span { border-color: rgb(175,220,72); }
td.TdClassName
{
border-color: #AFDC48;
}
.TagClassName
{
border-color: #AFDC48;
}
</style>