Shades of Citrus #AFAF00
Tints of Citrus #AFAF00
RGB
CMYK
RGB Variations
Color information
#AFAF00 (or 0xAFAF00) is known color: Citrus. HEX triplet: AF, AF and 00. RGB value is (175,175,0). Sum of RGB (Red+Green+Blue) = 175+175+0=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAF00 is #5050FF. Grayscale: #9B9B9B. Windows color (decimal): -5263616 or 44975. OLE color: 44975.
HSL color Cylindrical-coordinate representation of color #AFAF00: hue angle of 60º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFAF00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.31 |
| HSL | 60º | 1% | 0.34% | - |
| HSV(B) | 60º | 1% | 0.69% | - |
| XYZ | 33.01 | 39.77 | 5.94 | - |
| YUV | 155.05 | 40.5 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 0 | 0 | 0 | 1 | 0.31 | 60 | 1 | 0.34 |
| Hex | AF | AF | 0 | 0 | 0 | 64 | 1F | 3C | 64 | 22 |
| Octal | 257 | 257 | 0 | 0 | 0 | 144 | 37 | 74 | 144 | 42 |
| Binary | 10101111 | 10101111 | 0 | 0 | 0 | 1100100 | 11111 | 111100 | 1100100 | 100010 |
Color Harmonies of #AFAF00
Complementary color
Monochromatic Colors of #AFAF00
Black with #AFAF00
Text Example
Text Example
White with #AFAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF00; }
p { color: rgb(175,175,0); }
H1.HeaderClassName
{
color: #AFAF00;
}
.AnyTagClassName
{
color: #AFAF00;
}
</style>
background-color css
<style>
a { background-color: #AFAF00; }
a { background-color: rgb(175,175,0); }
div.DivClassName
{
background-color: #AFAF00;
}
.BgClassName
{
background-color: #AFAF00;
}
</style>
border-color css
<style>
span { border-color: #AFAF00; }
span { border-color: rgb(175,175,0); }
td.TdClassName
{
border-color: #AFAF00;
}
.TagClassName
{
border-color: #AFAF00;
}
</style>