Shades of Las Palmas #BDDF34
Tints of Las Palmas #BDDF34
RGB
CMYK
RGB Variations
Color information
#BDDF34 (or 0xBDDF34) is known color: Las Palmas. HEX triplet: BD, DF and 34. RGB value is (189,223,52). Sum of RGB (Red+Green+Blue) = 189+223+52=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF34 is #4220CB. Grayscale: #C1C1C1. Windows color (decimal): -4333772 or 3465149. OLE color: 3465149.
HSL color Cylindrical-coordinate representation of color #BDDF34: hue angle of 71.93º 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 #BDDF34 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 52 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.13 |
| HSL | 71.93º | 0.73% | 0.54% | - |
| HSV(B) | 71.93º | 0.77% | 0.87% | - |
| XYZ | 47.99 | 63.84 | 13.04 | - |
| YUV | 193.34 | 48.24 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 52 | 0.15 | 0 | 0.77 | 0.13 | 71.93 | 0.73 | 0.54 |
| Hex | BD | DF | 34 | F | 0 | 4D | D | 48 | 49 | 36 |
| Octal | 275 | 337 | 64 | 17 | 0 | 115 | 15 | 110 | 111 | 66 |
| Binary | 10111101 | 11011111 | 110100 | 1111 | 0 | 1001101 | 1101 | 1001000 | 1001001 | 110110 |
Color Harmonies of #BDDF34
Complementary color
Monochromatic Colors of #BDDF34
Black with #BDDF34
Text Example
Text Example
White with #BDDF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF34; }
p { color: rgb(189,223,52); }
H1.HeaderClassName
{
color: #BDDF34;
}
.AnyTagClassName
{
color: #BDDF34;
}
</style>
background-color css
<style>
a { background-color: #BDDF34; }
a { background-color: rgb(189,223,52); }
div.DivClassName
{
background-color: #BDDF34;
}
.BgClassName
{
background-color: #BDDF34;
}
</style>
border-color css
<style>
span { border-color: #BDDF34; }
span { border-color: rgb(189,223,52); }
td.TdClassName
{
border-color: #BDDF34;
}
.TagClassName
{
border-color: #BDDF34;
}
</style>