Shades of Fuego #BDDF27
Tints of Fuego #BDDF27
RGB
CMYK
RGB Variations
Color information
#BDDF27 (or 0xBDDF27) is known color: Fuego. HEX triplet: BD, DF and 27. RGB value is (189,223,39). Sum of RGB (Red+Green+Blue) = 189+223+39=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF27 is #4220D8. Grayscale: #C0C0C0. Windows color (decimal): -4333785 or 2613181. OLE color: 2613181.
HSL color Cylindrical-coordinate representation of color #BDDF27: hue angle of 71.09º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDDF27 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 39 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.13 |
| HSL | 71.09º | 0.74% | 0.51% | - |
| HSV(B) | 71.09º | 0.83% | 0.87% | - |
| XYZ | 47.74 | 63.74 | 11.71 | - |
| YUV | 191.86 | 41.74 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 39 | 0.15 | 0 | 0.83 | 0.13 | 71.09 | 0.74 | 0.51 |
| Hex | BD | DF | 27 | F | 0 | 53 | D | 47 | 4A | 33 |
| Octal | 275 | 337 | 47 | 17 | 0 | 123 | 15 | 107 | 112 | 63 |
| Binary | 10111101 | 11011111 | 100111 | 1111 | 0 | 1010011 | 1101 | 1000111 | 1001010 | 110011 |
Color Harmonies of #BDDF27
Complementary color
Monochromatic Colors of #BDDF27
Black with #BDDF27
Text Example
Text Example
White with #BDDF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF27; }
p { color: rgb(189,223,39); }
H1.HeaderClassName
{
color: #BDDF27;
}
.AnyTagClassName
{
color: #BDDF27;
}
</style>
background-color css
<style>
a { background-color: #BDDF27; }
a { background-color: rgb(189,223,39); }
div.DivClassName
{
background-color: #BDDF27;
}
.BgClassName
{
background-color: #BDDF27;
}
</style>
border-color css
<style>
span { border-color: #BDDF27; }
span { border-color: rgb(189,223,39); }
td.TdClassName
{
border-color: #BDDF27;
}
.TagClassName
{
border-color: #BDDF27;
}
</style>