Shades of Conifer #AFDA54
Tints of Conifer #AFDA54
RGB
CMYK
RGB Variations
Color information
#AFDA54 (or 0xAFDA54) is known color: Conifer. HEX triplet: AF, DA and 54. RGB value is (175,218,84). Sum of RGB (Red+Green+Blue) = 175+218+84=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA54 is #5025AB. Grayscale: #BEBEBE. Windows color (decimal): -5252524 or 5561007. OLE color: 5561007.
HSL color Cylindrical-coordinate representation of color #AFDA54: hue angle of 79.25º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFDA54 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 84 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.15 |
| HSL | 79.25º | 0.64% | 0.59% | - |
| HSV(B) | 79.25º | 0.61% | 0.85% | - |
| XYZ | 44.35 | 59.9 | 17.61 | - |
| YUV | 189.87 | 68.25 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 84 | 0.20 | 0 | 0.61 | 0.15 | 79.25 | 0.64 | 0.59 |
| Hex | AF | DA | 54 | 14 | 0 | 3D | F | 4F | 40 | 3B |
| Octal | 257 | 332 | 124 | 24 | 0 | 75 | 17 | 117 | 100 | 73 |
| Binary | 10101111 | 11011010 | 1010100 | 10100 | 0 | 111101 | 1111 | 1001111 | 1000000 | 111011 |
Color Harmonies of #AFDA54
Complementary color
Monochromatic Colors of #AFDA54
Black with #AFDA54
Text Example
Text Example
White with #AFDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA54; }
p { color: rgb(175,218,84); }
H1.HeaderClassName
{
color: #AFDA54;
}
.AnyTagClassName
{
color: #AFDA54;
}
</style>
background-color css
<style>
a { background-color: #AFDA54; }
a { background-color: rgb(175,218,84); }
div.DivClassName
{
background-color: #AFDA54;
}
.BgClassName
{
background-color: #AFDA54;
}
</style>
border-color css
<style>
span { border-color: #AFDA54; }
span { border-color: rgb(175,218,84); }
td.TdClassName
{
border-color: #AFDA54;
}
.TagClassName
{
border-color: #AFDA54;
}
</style>