Shades of Conifer #AFDB3C
Tints of Conifer #AFDB3C
RGB
CMYK
RGB Variations
Color information
#AFDB3C (or 0xAFDB3C) is known color: Conifer. HEX triplet: AF, DB and 3C. RGB value is (175,219,60). Sum of RGB (Red+Green+Blue) = 175+219+60=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB3C is #5024C3. Grayscale: #BCBCBC. Windows color (decimal): -5252292 or 3988399. OLE color: 3988399.
HSL color Cylindrical-coordinate representation of color #AFDB3C: hue angle of 76.6º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFDB3C is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 60 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.14 |
| HSL | 76.6º | 0.69% | 0.55% | - |
| HSV(B) | 76.6º | 0.73% | 0.86% | - |
| XYZ | 43.83 | 60.1 | 13.57 | - |
| YUV | 187.72 | 55.92 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 60 | 0.20 | 0 | 0.73 | 0.14 | 76.6 | 0.69 | 0.55 |
| Hex | AF | DB | 3C | 14 | 0 | 49 | E | 4D | 45 | 37 |
| Octal | 257 | 333 | 74 | 24 | 0 | 111 | 16 | 115 | 105 | 67 |
| Binary | 10101111 | 11011011 | 111100 | 10100 | 0 | 1001001 | 1110 | 1001101 | 1000101 | 110111 |
Color Harmonies of #AFDB3C
Complementary color
Monochromatic Colors of #AFDB3C
Black with #AFDB3C
Text Example
Text Example
White with #AFDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB3C; }
p { color: rgb(175,219,60); }
H1.HeaderClassName
{
color: #AFDB3C;
}
.AnyTagClassName
{
color: #AFDB3C;
}
</style>
background-color css
<style>
a { background-color: #AFDB3C; }
a { background-color: rgb(175,219,60); }
div.DivClassName
{
background-color: #AFDB3C;
}
.BgClassName
{
background-color: #AFDB3C;
}
</style>
border-color css
<style>
span { border-color: #AFDB3C; }
span { border-color: rgb(175,219,60); }
td.TdClassName
{
border-color: #AFDB3C;
}
.TagClassName
{
border-color: #AFDB3C;
}
</style>