Shades of Conifer #AFDD53
Tints of Conifer #AFDD53
RGB
CMYK
RGB Variations
Color information
#AFDD53 (or 0xAFDD53) is known color: Conifer. HEX triplet: AF, DD and 53. RGB value is (175,221,83). Sum of RGB (Red+Green+Blue) = 175+221+83=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD53 is #5022AC. Grayscale: #C0C0C0. Windows color (decimal): -5251757 or 5496239. OLE color: 5496239.
HSL color Cylindrical-coordinate representation of color #AFDD53: hue angle of 80º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFDD53 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 83 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.13 |
| HSL | 80º | 0.67% | 0.6% | - |
| HSV(B) | 80º | 0.62% | 0.87% | - |
| XYZ | 45.1 | 61.45 | 17.67 | - |
| YUV | 191.51 | 66.76 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 83 | 0.21 | 0 | 0.62 | 0.13 | 80 | 0.67 | 0.6 |
| Hex | AF | DD | 53 | 15 | 0 | 3E | D | 50 | 43 | 3C |
| Octal | 257 | 335 | 123 | 25 | 0 | 76 | 15 | 120 | 103 | 74 |
| Binary | 10101111 | 11011101 | 1010011 | 10101 | 0 | 111110 | 1101 | 1010000 | 1000011 | 111100 |
Color Harmonies of #AFDD53
Complementary color
Monochromatic Colors of #AFDD53
Black with #AFDD53
Text Example
Text Example
White with #AFDD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD53; }
p { color: rgb(175,221,83); }
H1.HeaderClassName
{
color: #AFDD53;
}
.AnyTagClassName
{
color: #AFDD53;
}
</style>
background-color css
<style>
a { background-color: #AFDD53; }
a { background-color: rgb(175,221,83); }
div.DivClassName
{
background-color: #AFDD53;
}
.BgClassName
{
background-color: #AFDD53;
}
</style>
border-color css
<style>
span { border-color: #AFDD53; }
span { border-color: rgb(175,221,83); }
td.TdClassName
{
border-color: #AFDD53;
}
.TagClassName
{
border-color: #AFDD53;
}
</style>