Shades of Fuego #BDE02A
Tints of Fuego #BDE02A
RGB
CMYK
RGB Variations
Color information
#BDE02A (or 0xBDE02A) is known color: Fuego. HEX triplet: BD, E0 and 2A. RGB value is (189,224,42). Sum of RGB (Red+Green+Blue) = 189+224+42=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE02A is #421FD5. Grayscale: #C1C1C1. Windows color (decimal): -4333526 or 2810045. OLE color: 2810045.
HSL color Cylindrical-coordinate representation of color #BDE02A: hue angle of 71.54º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDE02A is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 42 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.12 |
| HSL | 71.54º | 0.75% | 0.52% | - |
| HSV(B) | 71.54º | 0.81% | 0.88% | - |
| XYZ | 48.06 | 64.3 | 12.07 | - |
| YUV | 192.79 | 42.9 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 42 | 0.16 | 0 | 0.81 | 0.12 | 71.54 | 0.75 | 0.52 |
| Hex | BD | E0 | 2A | 10 | 0 | 51 | C | 48 | 4B | 34 |
| Octal | 275 | 340 | 52 | 20 | 0 | 121 | 14 | 110 | 113 | 64 |
| Binary | 10111101 | 11100000 | 101010 | 10000 | 0 | 1010001 | 1100 | 1001000 | 1001011 | 110100 |
Color Harmonies of #BDE02A
Complementary color
Monochromatic Colors of #BDE02A
Black with #BDE02A
Text Example
Text Example
White with #BDE02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE02A; }
p { color: rgb(189,224,42); }
H1.HeaderClassName
{
color: #BDE02A;
}
.AnyTagClassName
{
color: #BDE02A;
}
</style>
background-color css
<style>
a { background-color: #BDE02A; }
a { background-color: rgb(189,224,42); }
div.DivClassName
{
background-color: #BDE02A;
}
.BgClassName
{
background-color: #BDE02A;
}
</style>
border-color css
<style>
span { border-color: #BDE02A; }
span { border-color: rgb(189,224,42); }
td.TdClassName
{
border-color: #BDE02A;
}
.TagClassName
{
border-color: #BDE02A;
}
</style>