Shades of Fuego #AFD534
Tints of Fuego #AFD534
RGB
CMYK
RGB Variations
Color information
#AFD534 (or 0xAFD534) is known color: Fuego. HEX triplet: AF, D5 and 34. RGB value is (175,213,52). Sum of RGB (Red+Green+Blue) = 175+213+52=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD534 is #502ACB. Grayscale: #B7B7B7. Windows color (decimal): -5253836 or 3462575. OLE color: 3462575.
HSL color Cylindrical-coordinate representation of color #AFD534: hue angle of 74.16º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFD534 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 213 | 52 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.16 |
| HSL | 74.16º | 0.66% | 0.52% | - |
| HSV(B) | 74.16º | 0.76% | 0.84% | - |
| XYZ | 42.09 | 56.95 | 12.02 | - |
| YUV | 183.28 | 53.91 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 213 | 52 | 0.18 | 0 | 0.76 | 0.16 | 74.16 | 0.66 | 0.52 |
| Hex | AF | D5 | 34 | 12 | 0 | 4C | 10 | 4A | 42 | 34 |
| Octal | 257 | 325 | 64 | 22 | 0 | 114 | 20 | 112 | 102 | 64 |
| Binary | 10101111 | 11010101 | 110100 | 10010 | 0 | 1001100 | 10000 | 1001010 | 1000010 | 110100 |
Color Harmonies of #AFD534
Complementary color
Monochromatic Colors of #AFD534
Black with #AFD534
Text Example
Text Example
White with #AFD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD534; }
p { color: rgb(175,213,52); }
H1.HeaderClassName
{
color: #AFD534;
}
.AnyTagClassName
{
color: #AFD534;
}
</style>
background-color css
<style>
a { background-color: #AFD534; }
a { background-color: rgb(175,213,52); }
div.DivClassName
{
background-color: #AFD534;
}
.BgClassName
{
background-color: #AFD534;
}
</style>
border-color css
<style>
span { border-color: #AFD534; }
span { border-color: rgb(175,213,52); }
td.TdClassName
{
border-color: #AFD534;
}
.TagClassName
{
border-color: #AFD534;
}
</style>