Shades of Conifer #AFDD57
Tints of Conifer #AFDD57
RGB
CMYK
RGB Variations
Color information
#AFDD57 (or 0xAFDD57) is known color: Conifer. HEX triplet: AF, DD and 57. RGB value is (175,221,87). Sum of RGB (Red+Green+Blue) = 175+221+87=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD57 is #5022A8. Grayscale: #C0C0C0. Windows color (decimal): -5251753 or 5758383. OLE color: 5758383.
HSL color Cylindrical-coordinate representation of color #AFDD57: hue angle of 80.6º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFDD57 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 87 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.13 |
| HSL | 80.6º | 0.66% | 0.6% | - |
| HSV(B) | 80.6º | 0.61% | 0.87% | - |
| XYZ | 45.26 | 61.51 | 18.51 | - |
| YUV | 191.97 | 68.76 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 87 | 0.21 | 0 | 0.61 | 0.13 | 80.6 | 0.66 | 0.6 |
| Hex | AF | DD | 57 | 15 | 0 | 3D | D | 51 | 42 | 3C |
| Octal | 257 | 335 | 127 | 25 | 0 | 75 | 15 | 121 | 102 | 74 |
| Binary | 10101111 | 11011101 | 1010111 | 10101 | 0 | 111101 | 1101 | 1010001 | 1000010 | 111100 |
Color Harmonies of #AFDD57
Complementary color
Monochromatic Colors of #AFDD57
Black with #AFDD57
Text Example
Text Example
White with #AFDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD57; }
p { color: rgb(175,221,87); }
H1.HeaderClassName
{
color: #AFDD57;
}
.AnyTagClassName
{
color: #AFDD57;
}
</style>
background-color css
<style>
a { background-color: #AFDD57; }
a { background-color: rgb(175,221,87); }
div.DivClassName
{
background-color: #AFDD57;
}
.BgClassName
{
background-color: #AFDD57;
}
</style>
border-color css
<style>
span { border-color: #AFDD57; }
span { border-color: rgb(175,221,87); }
td.TdClassName
{
border-color: #AFDD57;
}
.TagClassName
{
border-color: #AFDD57;
}
</style>