Shades of Las Palmas #BDDA42
Tints of Las Palmas #BDDA42
RGB
CMYK
RGB Variations
Color information
#BDDA42 (or 0xBDDA42) is known color: Las Palmas. HEX triplet: BD, DA and 42. RGB value is (189,218,66). Sum of RGB (Red+Green+Blue) = 189+218+66=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA42 is #4225BD. Grayscale: #C0C0C0. Windows color (decimal): -4335038 or 4381373. OLE color: 4381373.
HSL color Cylindrical-coordinate representation of color #BDDA42: hue angle of 71.45º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDDA42 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 66 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.15 |
| HSL | 71.45º | 0.67% | 0.56% | - |
| HSV(B) | 71.45º | 0.7% | 0.85% | - |
| XYZ | 47.04 | 61.35 | 14.52 | - |
| YUV | 192 | 56.89 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 66 | 0.13 | 0 | 0.70 | 0.15 | 71.45 | 0.67 | 0.56 |
| Hex | BD | DA | 42 | D | 0 | 46 | F | 47 | 43 | 38 |
| Octal | 275 | 332 | 102 | 15 | 0 | 106 | 17 | 107 | 103 | 70 |
| Binary | 10111101 | 11011010 | 1000010 | 1101 | 0 | 1000110 | 1111 | 1000111 | 1000011 | 111000 |
Color Harmonies of #BDDA42
Complementary color
Monochromatic Colors of #BDDA42
Black with #BDDA42
Text Example
Text Example
White with #BDDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA42; }
p { color: rgb(189,218,66); }
H1.HeaderClassName
{
color: #BDDA42;
}
.AnyTagClassName
{
color: #BDDA42;
}
</style>
background-color css
<style>
a { background-color: #BDDA42; }
a { background-color: rgb(189,218,66); }
div.DivClassName
{
background-color: #BDDA42;
}
.BgClassName
{
background-color: #BDDA42;
}
</style>
border-color css
<style>
span { border-color: #BDDA42; }
span { border-color: rgb(189,218,66); }
td.TdClassName
{
border-color: #BDDA42;
}
.TagClassName
{
border-color: #BDDA42;
}
</style>