Shades of Fuego #BDD627
Tints of Fuego #BDD627
RGB
CMYK
RGB Variations
Color information
#BDD627 (or 0xBDD627) is known color: Fuego. HEX triplet: BD, D6 and 27. RGB value is (189,214,39). Sum of RGB (Red+Green+Blue) = 189+214+39=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD627 is #4229D8. Grayscale: #BBBBBB. Windows color (decimal): -4336089 or 2610877. OLE color: 2610877.
HSL color Cylindrical-coordinate representation of color #BDD627: hue angle of 68.57º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDD627 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 39 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.16 |
| HSL | 68.57º | 0.69% | 0.5% | - |
| HSV(B) | 68.57º | 0.82% | 0.84% | - |
| XYZ | 45.4 | 59.06 | 10.93 | - |
| YUV | 186.58 | 44.72 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 39 | 0.12 | 0 | 0.82 | 0.16 | 68.57 | 0.69 | 0.5 |
| Hex | BD | D6 | 27 | C | 0 | 52 | 10 | 45 | 45 | 32 |
| Octal | 275 | 326 | 47 | 14 | 0 | 122 | 20 | 105 | 105 | 62 |
| Binary | 10111101 | 11010110 | 100111 | 1100 | 0 | 1010010 | 10000 | 1000101 | 1000101 | 110010 |
Color Harmonies of #BDD627
Complementary color
Monochromatic Colors of #BDD627
Black with #BDD627
Text Example
Text Example
White with #BDD627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD627; }
p { color: rgb(189,214,39); }
H1.HeaderClassName
{
color: #BDD627;
}
.AnyTagClassName
{
color: #BDD627;
}
</style>
background-color css
<style>
a { background-color: #BDD627; }
a { background-color: rgb(189,214,39); }
div.DivClassName
{
background-color: #BDD627;
}
.BgClassName
{
background-color: #BDD627;
}
</style>
border-color css
<style>
span { border-color: #BDD627; }
span { border-color: rgb(189,214,39); }
td.TdClassName
{
border-color: #BDD627;
}
.TagClassName
{
border-color: #BDD627;
}
</style>