Shades of Las Palmas #BDDF33
Tints of Las Palmas #BDDF33
RGB
CMYK
RGB Variations
Color information
#BDDF33 (or 0xBDDF33) is known color: Las Palmas. HEX triplet: BD, DF and 33. RGB value is (189,223,51). Sum of RGB (Red+Green+Blue) = 189+223+51=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 51 (20.31% from 255 or 11.02% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF33 is #4220CC. Grayscale: #C1C1C1. Windows color (decimal): -4333773 or 3399613. OLE color: 3399613.
HSL color Cylindrical-coordinate representation of color #BDDF33: hue angle of 71.86º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDDF33 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 51 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.13 |
| HSL | 71.86º | 0.73% | 0.54% | - |
| HSV(B) | 71.86º | 0.77% | 0.87% | - |
| XYZ | 47.97 | 63.83 | 12.92 | - |
| YUV | 193.23 | 47.74 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 51 | 0.15 | 0 | 0.77 | 0.13 | 71.86 | 0.73 | 0.54 |
| Hex | BD | DF | 33 | F | 0 | 4D | D | 48 | 49 | 36 |
| Octal | 275 | 337 | 63 | 17 | 0 | 115 | 15 | 110 | 111 | 66 |
| Binary | 10111101 | 11011111 | 110011 | 1111 | 0 | 1001101 | 1101 | 1001000 | 1001001 | 110110 |
Color Harmonies of #BDDF33
Complementary color
Monochromatic Colors of #BDDF33
Black with #BDDF33
Text Example
Text Example
White with #BDDF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF33; }
p { color: rgb(189,223,51); }
H1.HeaderClassName
{
color: #BDDF33;
}
.AnyTagClassName
{
color: #BDDF33;
}
</style>
background-color css
<style>
a { background-color: #BDDF33; }
a { background-color: rgb(189,223,51); }
div.DivClassName
{
background-color: #BDDF33;
}
.BgClassName
{
background-color: #BDDF33;
}
</style>
border-color css
<style>
span { border-color: #BDDF33; }
span { border-color: rgb(189,223,51); }
td.TdClassName
{
border-color: #BDDF33;
}
.TagClassName
{
border-color: #BDDF33;
}
</style>