Shades of Conifer #AFDD54
Tints of Conifer #AFDD54
RGB
CMYK
RGB Variations
Color information
#AFDD54 (or 0xAFDD54) is known color: Conifer. HEX triplet: AF, DD and 54. RGB value is (175,221,84). Sum of RGB (Red+Green+Blue) = 175+221+84=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 84 (33.20% from 255 or 17.5% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD54 is #5022AB. Grayscale: #C0C0C0. Windows color (decimal): -5251756 or 5561775. OLE color: 5561775.
HSL color Cylindrical-coordinate representation of color #AFDD54: hue angle of 80.15º 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 #AFDD54 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 84 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.13 |
| HSL | 80.15º | 0.67% | 0.6% | - |
| HSV(B) | 80.15º | 0.62% | 0.87% | - |
| XYZ | 45.14 | 61.47 | 17.87 | - |
| YUV | 191.63 | 67.26 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 84 | 0.21 | 0 | 0.62 | 0.13 | 80.15 | 0.67 | 0.6 |
| Hex | AF | DD | 54 | 15 | 0 | 3E | D | 50 | 43 | 3C |
| Octal | 257 | 335 | 124 | 25 | 0 | 76 | 15 | 120 | 103 | 74 |
| Binary | 10101111 | 11011101 | 1010100 | 10101 | 0 | 111110 | 1101 | 1010000 | 1000011 | 111100 |
Color Harmonies of #AFDD54
Complementary color
Monochromatic Colors of #AFDD54
Black with #AFDD54
Text Example
Text Example
White with #AFDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD54; }
p { color: rgb(175,221,84); }
H1.HeaderClassName
{
color: #AFDD54;
}
.AnyTagClassName
{
color: #AFDD54;
}
</style>
background-color css
<style>
a { background-color: #AFDD54; }
a { background-color: rgb(175,221,84); }
div.DivClassName
{
background-color: #AFDD54;
}
.BgClassName
{
background-color: #AFDD54;
}
</style>
border-color css
<style>
span { border-color: #AFDD54; }
span { border-color: rgb(175,221,84); }
td.TdClassName
{
border-color: #AFDD54;
}
.TagClassName
{
border-color: #AFDD54;
}
</style>