Shades of Conifer #AFDB54
Tints of Conifer #AFDB54
RGB
CMYK
RGB Variations
Color information
#AFDB54 (or 0xAFDB54) is known color: Conifer. HEX triplet: AF, DB and 54. RGB value is (175,219,84). Sum of RGB (Red+Green+Blue) = 175+219+84=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB54 is #5024AB. Grayscale: #BEBEBE. Windows color (decimal): -5252268 or 5561263. OLE color: 5561263.
HSL color Cylindrical-coordinate representation of color #AFDB54: hue angle of 79.56º 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 #AFDB54 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 84 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.14 |
| HSL | 79.56º | 0.65% | 0.59% | - |
| HSV(B) | 79.56º | 0.62% | 0.86% | - |
| XYZ | 44.61 | 60.42 | 17.7 | - |
| YUV | 190.45 | 67.92 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 84 | 0.20 | 0 | 0.62 | 0.14 | 79.56 | 0.65 | 0.59 |
| Hex | AF | DB | 54 | 14 | 0 | 3E | E | 50 | 41 | 3B |
| Octal | 257 | 333 | 124 | 24 | 0 | 76 | 16 | 120 | 101 | 73 |
| Binary | 10101111 | 11011011 | 1010100 | 10100 | 0 | 111110 | 1110 | 1010000 | 1000001 | 111011 |
Color Harmonies of #AFDB54
Complementary color
Monochromatic Colors of #AFDB54
Black with #AFDB54
Text Example
Text Example
White with #AFDB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB54; }
p { color: rgb(175,219,84); }
H1.HeaderClassName
{
color: #AFDB54;
}
.AnyTagClassName
{
color: #AFDB54;
}
</style>
background-color css
<style>
a { background-color: #AFDB54; }
a { background-color: rgb(175,219,84); }
div.DivClassName
{
background-color: #AFDB54;
}
.BgClassName
{
background-color: #AFDB54;
}
</style>
border-color css
<style>
span { border-color: #AFDB54; }
span { border-color: rgb(175,219,84); }
td.TdClassName
{
border-color: #AFDB54;
}
.TagClassName
{
border-color: #AFDB54;
}
</style>