Shades of Citrus #AFB101
Tints of Citrus #AFB101
RGB
CMYK
RGB Variations
Color information
#AFB101 (or 0xAFB101) is known color: Citrus. HEX triplet: AF, B1 and 01. RGB value is (175,177,1). Sum of RGB (Red+Green+Blue) = 175+177+1=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB101 is #504EFE. Grayscale: #9D9D9D. Windows color (decimal): -5263103 or 111023. OLE color: 111023.
HSL color Cylindrical-coordinate representation of color #AFB101: hue angle of 60.68º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFB101 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.31 |
| HSL | 60.68º | 0.99% | 0.35% | - |
| HSV(B) | 60.68º | 0.99% | 0.69% | - |
| XYZ | 33.41 | 40.56 | 6.1 | - |
| YUV | 156.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 1 | 0.01 | 0 | 0.99 | 0.31 | 60.68 | 0.99 | 0.35 |
| Hex | AF | B1 | 1 | 1 | 0 | 63 | 1F | 3D | 63 | 23 |
| Octal | 257 | 261 | 1 | 1 | 0 | 143 | 37 | 75 | 143 | 43 |
| Binary | 10101111 | 10110001 | 1 | 1 | 0 | 1100011 | 11111 | 111101 | 1100011 | 100011 |
Color Harmonies of #AFB101
Complementary color
Monochromatic Colors of #AFB101
Black with #AFB101
Text Example
Text Example
White with #AFB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB101; }
p { color: rgb(175,177,1); }
H1.HeaderClassName
{
color: #AFB101;
}
.AnyTagClassName
{
color: #AFB101;
}
</style>
background-color css
<style>
a { background-color: #AFB101; }
a { background-color: rgb(175,177,1); }
div.DivClassName
{
background-color: #AFB101;
}
.BgClassName
{
background-color: #AFB101;
}
</style>
border-color css
<style>
span { border-color: #AFB101; }
span { border-color: rgb(175,177,1); }
td.TdClassName
{
border-color: #AFB101;
}
.TagClassName
{
border-color: #AFB101;
}
</style>