Shades of Fuego #AFDD2E
Tints of Fuego #AFDD2E
RGB
CMYK
RGB Variations
Color information
#AFDD2E (or 0xAFDD2E) is known color: Fuego. HEX triplet: AF, DD and 2E. RGB value is (175,221,46). Sum of RGB (Red+Green+Blue) = 175+221+46=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 46 (18.36% from 255 or 10.41% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD2E is #5022D1. Grayscale: #BBBBBB. Windows color (decimal): -5251794 or 3071407. OLE color: 3071407.
HSL color Cylindrical-coordinate representation of color #AFDD2E: hue angle of 75.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFDD2E is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 46 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.13 |
| HSL | 75.77º | 0.72% | 0.52% | - |
| HSV(B) | 75.77º | 0.79% | 0.87% | - |
| XYZ | 44.03 | 61.02 | 12.04 | - |
| YUV | 187.3 | 48.26 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 46 | 0.21 | 0 | 0.79 | 0.13 | 75.77 | 0.72 | 0.52 |
| Hex | AF | DD | 2E | 15 | 0 | 4F | D | 4C | 48 | 34 |
| Octal | 257 | 335 | 56 | 25 | 0 | 117 | 15 | 114 | 110 | 64 |
| Binary | 10101111 | 11011101 | 101110 | 10101 | 0 | 1001111 | 1101 | 1001100 | 1001000 | 110100 |
Color Harmonies of #AFDD2E
Complementary color
Monochromatic Colors of #AFDD2E
Black with #AFDD2E
Text Example
Text Example
White with #AFDD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD2E; }
p { color: rgb(175,221,46); }
H1.HeaderClassName
{
color: #AFDD2E;
}
.AnyTagClassName
{
color: #AFDD2E;
}
</style>
background-color css
<style>
a { background-color: #AFDD2E; }
a { background-color: rgb(175,221,46); }
div.DivClassName
{
background-color: #AFDD2E;
}
.BgClassName
{
background-color: #AFDD2E;
}
</style>
border-color css
<style>
span { border-color: #AFDD2E; }
span { border-color: rgb(175,221,46); }
td.TdClassName
{
border-color: #AFDD2E;
}
.TagClassName
{
border-color: #AFDD2E;
}
</style>