Shades of Conifer #AFDC50
Tints of Conifer #AFDC50
RGB
CMYK
RGB Variations
Color information
#AFDC50 (or 0xAFDC50) is known color: Conifer. HEX triplet: AF, DC and 50. RGB value is (175,220,80). Sum of RGB (Red+Green+Blue) = 175+220+80=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC50 is #5023AF. Grayscale: #BFBFBF. Windows color (decimal): -5252016 or 5299375. OLE color: 5299375.
HSL color Cylindrical-coordinate representation of color #AFDC50: hue angle of 79.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFDC50 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 80 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.14 |
| HSL | 79.29º | 0.67% | 0.59% | - |
| HSV(B) | 79.29º | 0.64% | 0.86% | - |
| XYZ | 44.72 | 60.88 | 16.98 | - |
| YUV | 190.59 | 65.59 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 80 | 0.20 | 0 | 0.64 | 0.14 | 79.29 | 0.67 | 0.59 |
| Hex | AF | DC | 50 | 14 | 0 | 40 | E | 4F | 43 | 3B |
| Octal | 257 | 334 | 120 | 24 | 0 | 100 | 16 | 117 | 103 | 73 |
| Binary | 10101111 | 11011100 | 1010000 | 10100 | 0 | 1000000 | 1110 | 1001111 | 1000011 | 111011 |
Color Harmonies of #AFDC50
Complementary color
Monochromatic Colors of #AFDC50
Black with #AFDC50
Text Example
Text Example
White with #AFDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC50; }
p { color: rgb(175,220,80); }
H1.HeaderClassName
{
color: #AFDC50;
}
.AnyTagClassName
{
color: #AFDC50;
}
</style>
background-color css
<style>
a { background-color: #AFDC50; }
a { background-color: rgb(175,220,80); }
div.DivClassName
{
background-color: #AFDC50;
}
.BgClassName
{
background-color: #AFDC50;
}
</style>
border-color css
<style>
span { border-color: #AFDC50; }
span { border-color: rgb(175,220,80); }
td.TdClassName
{
border-color: #AFDC50;
}
.TagClassName
{
border-color: #AFDC50;
}
</style>