Shades of Las Palmas #BDDF32
Tints of Las Palmas #BDDF32
RGB
CMYK
RGB Variations
Color information
#BDDF32 (or 0xBDDF32) is known color: Las Palmas. HEX triplet: BD, DF and 32. RGB value is (189,223,50). Sum of RGB (Red+Green+Blue) = 189+223+50=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF32 is #4220CD. Grayscale: #C1C1C1. Windows color (decimal): -4333774 or 3334077. OLE color: 3334077.
HSL color Cylindrical-coordinate representation of color #BDDF32: hue angle of 71.79º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDDF32 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 50 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.13 |
| HSL | 71.79º | 0.73% | 0.54% | - |
| HSV(B) | 71.79º | 0.78% | 0.87% | - |
| XYZ | 47.95 | 63.82 | 12.81 | - |
| YUV | 193.11 | 47.24 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 50 | 0.15 | 0 | 0.78 | 0.13 | 71.79 | 0.73 | 0.54 |
| Hex | BD | DF | 32 | F | 0 | 4E | D | 48 | 49 | 36 |
| Octal | 275 | 337 | 62 | 17 | 0 | 116 | 15 | 110 | 111 | 66 |
| Binary | 10111101 | 11011111 | 110010 | 1111 | 0 | 1001110 | 1101 | 1001000 | 1001001 | 110110 |
Color Harmonies of #BDDF32
Complementary color
Monochromatic Colors of #BDDF32
Black with #BDDF32
Text Example
Text Example
White with #BDDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF32; }
p { color: rgb(189,223,50); }
H1.HeaderClassName
{
color: #BDDF32;
}
.AnyTagClassName
{
color: #BDDF32;
}
</style>
background-color css
<style>
a { background-color: #BDDF32; }
a { background-color: rgb(189,223,50); }
div.DivClassName
{
background-color: #BDDF32;
}
.BgClassName
{
background-color: #BDDF32;
}
</style>
border-color css
<style>
span { border-color: #BDDF32; }
span { border-color: rgb(189,223,50); }
td.TdClassName
{
border-color: #BDDF32;
}
.TagClassName
{
border-color: #BDDF32;
}
</style>