Shades of Citrus #AFB200
Tints of Citrus #AFB200
RGB
CMYK
RGB Variations
Color information
#AFB200 (or 0xAFB200) is known color: Citrus. HEX triplet: AF, B2 and 00. RGB value is (175,178,0). Sum of RGB (Red+Green+Blue) = 175+178+0=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB200 is #504DFF. Grayscale: #9D9D9D. Windows color (decimal): -5262848 or 45743. OLE color: 45743.
HSL color Cylindrical-coordinate representation of color #AFB200: hue angle of 61.01º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFB200 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.30 |
| HSL | 61.01º | 1% | 0.35% | - |
| HSV(B) | 61.01º | 1% | 0.7% | - |
| XYZ | 33.6 | 40.95 | 6.13 | - |
| YUV | 156.81 | 39.51 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 0 | 0.02 | 0 | 1 | 0.30 | 61.01 | 1 | 0.35 |
| Hex | AF | B2 | 0 | 2 | 0 | 64 | 1E | 3D | 64 | 23 |
| Octal | 257 | 262 | 0 | 2 | 0 | 144 | 36 | 75 | 144 | 43 |
| Binary | 10101111 | 10110010 | 0 | 10 | 0 | 1100100 | 11110 | 111101 | 1100100 | 100011 |
Color Harmonies of #AFB200
Complementary color
Monochromatic Colors of #AFB200
Black with #AFB200
Text Example
Text Example
White with #AFB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB200; }
p { color: rgb(175,178,0); }
H1.HeaderClassName
{
color: #AFB200;
}
.AnyTagClassName
{
color: #AFB200;
}
</style>
background-color css
<style>
a { background-color: #AFB200; }
a { background-color: rgb(175,178,0); }
div.DivClassName
{
background-color: #AFB200;
}
.BgClassName
{
background-color: #AFB200;
}
</style>
border-color css
<style>
span { border-color: #AFB200; }
span { border-color: rgb(175,178,0); }
td.TdClassName
{
border-color: #AFB200;
}
.TagClassName
{
border-color: #AFB200;
}
</style>