Shades of Conifer #AFDB53
Tints of Conifer #AFDB53
RGB
CMYK
RGB Variations
Color information
#AFDB53 (or 0xAFDB53) is known color: Conifer. HEX triplet: AF, DB and 53. RGB value is (175,219,83). Sum of RGB (Red+Green+Blue) = 175+219+83=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB53 is #5024AC. Grayscale: #BEBEBE. Windows color (decimal): -5252269 or 5495727. OLE color: 5495727.
HSL color Cylindrical-coordinate representation of color #AFDB53: hue angle of 79.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFDB53 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 83 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.14 |
| HSL | 79.41º | 0.65% | 0.59% | - |
| HSV(B) | 79.41º | 0.62% | 0.86% | - |
| XYZ | 44.57 | 60.4 | 17.49 | - |
| YUV | 190.34 | 67.42 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 83 | 0.20 | 0 | 0.62 | 0.14 | 79.41 | 0.65 | 0.59 |
| Hex | AF | DB | 53 | 14 | 0 | 3E | E | 4F | 41 | 3B |
| Octal | 257 | 333 | 123 | 24 | 0 | 76 | 16 | 117 | 101 | 73 |
| Binary | 10101111 | 11011011 | 1010011 | 10100 | 0 | 111110 | 1110 | 1001111 | 1000001 | 111011 |
Color Harmonies of #AFDB53
Complementary color
Monochromatic Colors of #AFDB53
Black with #AFDB53
Text Example
Text Example
White with #AFDB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB53; }
p { color: rgb(175,219,83); }
H1.HeaderClassName
{
color: #AFDB53;
}
.AnyTagClassName
{
color: #AFDB53;
}
</style>
background-color css
<style>
a { background-color: #AFDB53; }
a { background-color: rgb(175,219,83); }
div.DivClassName
{
background-color: #AFDB53;
}
.BgClassName
{
background-color: #AFDB53;
}
</style>
border-color css
<style>
span { border-color: #AFDB53; }
span { border-color: rgb(175,219,83); }
td.TdClassName
{
border-color: #AFDB53;
}
.TagClassName
{
border-color: #AFDB53;
}
</style>