Shades of Conifer #AFDA68
Tints of Conifer #AFDA68
RGB
CMYK
RGB Variations
Color information
#AFDA68 (or 0xAFDA68) is known color: Conifer. HEX triplet: AF, DA and 68. RGB value is (175,218,104). Sum of RGB (Red+Green+Blue) = 175+218+104=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA68 is #502597. Grayscale: #C0C0C0. Windows color (decimal): -5252504 or 6871727. OLE color: 6871727.
HSL color Cylindrical-coordinate representation of color #AFDA68: hue angle of 82.63º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFDA68 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 104 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.15 |
| HSL | 82.63º | 0.61% | 0.63% | - |
| HSV(B) | 82.63º | 0.52% | 0.85% | - |
| XYZ | 45.25 | 60.26 | 22.34 | - |
| YUV | 192.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 104 | 0.20 | 0 | 0.52 | 0.15 | 82.63 | 0.61 | 0.63 |
| Hex | AF | DA | 68 | 14 | 0 | 34 | F | 53 | 3D | 3F |
| Octal | 257 | 332 | 150 | 24 | 0 | 64 | 17 | 123 | 75 | 77 |
| Binary | 10101111 | 11011010 | 1101000 | 10100 | 0 | 110100 | 1111 | 1010011 | 111101 | 111111 |
Color Harmonies of #AFDA68
Complementary color
Monochromatic Colors of #AFDA68
Black with #AFDA68
Text Example
Text Example
White with #AFDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA68; }
p { color: rgb(175,218,104); }
H1.HeaderClassName
{
color: #AFDA68;
}
.AnyTagClassName
{
color: #AFDA68;
}
</style>
background-color css
<style>
a { background-color: #AFDA68; }
a { background-color: rgb(175,218,104); }
div.DivClassName
{
background-color: #AFDA68;
}
.BgClassName
{
background-color: #AFDA68;
}
</style>
border-color css
<style>
span { border-color: #AFDA68; }
span { border-color: rgb(175,218,104); }
td.TdClassName
{
border-color: #AFDA68;
}
.TagClassName
{
border-color: #AFDA68;
}
</style>