Shades of Fuego #BDDF2E
Tints of Fuego #BDDF2E
RGB
CMYK
RGB Variations
Color information
#BDDF2E (or 0xBDDF2E) is known color: Fuego. HEX triplet: BD, DF and 2E. RGB value is (189,223,46). Sum of RGB (Red+Green+Blue) = 189+223+46=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF2E is #4220D1. Grayscale: #C1C1C1. Windows color (decimal): -4333778 or 3071933. OLE color: 3071933.
HSL color Cylindrical-coordinate representation of color #BDDF2E: hue angle of 71.53º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDDF2E is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 46 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.13 |
| HSL | 71.53º | 0.73% | 0.53% | - |
| HSV(B) | 71.53º | 0.79% | 0.87% | - |
| XYZ | 47.87 | 63.79 | 12.37 | - |
| YUV | 192.66 | 45.24 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 46 | 0.15 | 0 | 0.79 | 0.13 | 71.53 | 0.73 | 0.53 |
| Hex | BD | DF | 2E | F | 0 | 4F | D | 48 | 49 | 35 |
| Octal | 275 | 337 | 56 | 17 | 0 | 117 | 15 | 110 | 111 | 65 |
| Binary | 10111101 | 11011111 | 101110 | 1111 | 0 | 1001111 | 1101 | 1001000 | 1001001 | 110101 |
Color Harmonies of #BDDF2E
Complementary color
Monochromatic Colors of #BDDF2E
Black with #BDDF2E
Text Example
Text Example
White with #BDDF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF2E; }
p { color: rgb(189,223,46); }
H1.HeaderClassName
{
color: #BDDF2E;
}
.AnyTagClassName
{
color: #BDDF2E;
}
</style>
background-color css
<style>
a { background-color: #BDDF2E; }
a { background-color: rgb(189,223,46); }
div.DivClassName
{
background-color: #BDDF2E;
}
.BgClassName
{
background-color: #BDDF2E;
}
</style>
border-color css
<style>
span { border-color: #BDDF2E; }
span { border-color: rgb(189,223,46); }
td.TdClassName
{
border-color: #BDDF2E;
}
.TagClassName
{
border-color: #BDDF2E;
}
</style>