Shades of Conifer #AFDA41
Tints of Conifer #AFDA41
RGB
CMYK
RGB Variations
Color information
#AFDA41 (or 0xAFDA41) is known color: Conifer. HEX triplet: AF, DA and 41. RGB value is (175,218,65). Sum of RGB (Red+Green+Blue) = 175+218+65=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA41 is #5025BE. Grayscale: #BCBCBC. Windows color (decimal): -5252543 or 4315823. OLE color: 4315823.
HSL color Cylindrical-coordinate representation of color #AFDA41: hue angle of 76.86º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFDA41 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 65 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.15 |
| HSL | 76.86º | 0.67% | 0.55% | - |
| HSV(B) | 76.86º | 0.7% | 0.85% | - |
| XYZ | 43.7 | 59.64 | 14.21 | - |
| YUV | 187.7 | 58.75 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 65 | 0.20 | 0 | 0.70 | 0.15 | 76.86 | 0.67 | 0.55 |
| Hex | AF | DA | 41 | 14 | 0 | 46 | F | 4D | 43 | 37 |
| Octal | 257 | 332 | 101 | 24 | 0 | 106 | 17 | 115 | 103 | 67 |
| Binary | 10101111 | 11011010 | 1000001 | 10100 | 0 | 1000110 | 1111 | 1001101 | 1000011 | 110111 |
Color Harmonies of #AFDA41
Complementary color
Monochromatic Colors of #AFDA41
Black with #AFDA41
Text Example
Text Example
White with #AFDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA41; }
p { color: rgb(175,218,65); }
H1.HeaderClassName
{
color: #AFDA41;
}
.AnyTagClassName
{
color: #AFDA41;
}
</style>
background-color css
<style>
a { background-color: #AFDA41; }
a { background-color: rgb(175,218,65); }
div.DivClassName
{
background-color: #AFDA41;
}
.BgClassName
{
background-color: #AFDA41;
}
</style>
border-color css
<style>
span { border-color: #AFDA41; }
span { border-color: rgb(175,218,65); }
td.TdClassName
{
border-color: #AFDA41;
}
.TagClassName
{
border-color: #AFDA41;
}
</style>