Shades of Conifer #AFDC58
Tints of Conifer #AFDC58
RGB
CMYK
RGB Variations
Color information
#AFDC58 (or 0xAFDC58) is known color: Conifer. HEX triplet: AF, DC and 58. RGB value is (175,220,88). Sum of RGB (Red+Green+Blue) = 175+220+88=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC58 is #5023A7. Grayscale: #BFBFBF. Windows color (decimal): -5252008 or 5823663. OLE color: 5823663.
HSL color Cylindrical-coordinate representation of color #AFDC58: hue angle of 80.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFDC58 is Cyan = 0.20, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 88 | - |
| CMYK | 0.20 | 0 | 0.6 | 0.14 |
| HSL | 80.45º | 0.65% | 0.6% | - |
| HSV(B) | 80.45º | 0.6% | 0.86% | - |
| XYZ | 45.03 | 61 | 18.63 | - |
| YUV | 191.5 | 69.59 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 88 | 0.20 | 0 | 0.6 | 0.14 | 80.45 | 0.65 | 0.6 |
| Hex | AF | DC | 58 | 14 | 0 | 3C | E | 50 | 41 | 3C |
| Octal | 257 | 334 | 130 | 24 | 0 | 74 | 16 | 120 | 101 | 74 |
| Binary | 10101111 | 11011100 | 1011000 | 10100 | 0 | 111100 | 1110 | 1010000 | 1000001 | 111100 |
Color Harmonies of #AFDC58
Complementary color
Monochromatic Colors of #AFDC58
Black with #AFDC58
Text Example
Text Example
White with #AFDC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC58; }
p { color: rgb(175,220,88); }
H1.HeaderClassName
{
color: #AFDC58;
}
.AnyTagClassName
{
color: #AFDC58;
}
</style>
background-color css
<style>
a { background-color: #AFDC58; }
a { background-color: rgb(175,220,88); }
div.DivClassName
{
background-color: #AFDC58;
}
.BgClassName
{
background-color: #AFDC58;
}
</style>
border-color css
<style>
span { border-color: #AFDC58; }
span { border-color: rgb(175,220,88); }
td.TdClassName
{
border-color: #AFDC58;
}
.TagClassName
{
border-color: #AFDC58;
}
</style>