Shades of Las Palmas #BDDC45
Tints of Las Palmas #BDDC45
RGB
CMYK
RGB Variations
Color information
#BDDC45 (or 0xBDDC45) is known color: Las Palmas. HEX triplet: BD, DC and 45. RGB value is (189,220,69). Sum of RGB (Red+Green+Blue) = 189+220+69=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC45 is #4223BA. Grayscale: #C2C2C2. Windows color (decimal): -4334523 or 4578493. OLE color: 4578493.
HSL color Cylindrical-coordinate representation of color #BDDC45: hue angle of 72.32º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDDC45 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 69 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.14 |
| HSL | 72.32º | 0.68% | 0.57% | - |
| HSV(B) | 72.32º | 0.69% | 0.86% | - |
| XYZ | 47.65 | 62.43 | 15.17 | - |
| YUV | 193.52 | 57.73 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 69 | 0.14 | 0 | 0.69 | 0.14 | 72.32 | 0.68 | 0.57 |
| Hex | BD | DC | 45 | E | 0 | 45 | E | 48 | 44 | 39 |
| Octal | 275 | 334 | 105 | 16 | 0 | 105 | 16 | 110 | 104 | 71 |
| Binary | 10111101 | 11011100 | 1000101 | 1110 | 0 | 1000101 | 1110 | 1001000 | 1000100 | 111001 |
Color Harmonies of #BDDC45
Complementary color
Monochromatic Colors of #BDDC45
Black with #BDDC45
Text Example
Text Example
White with #BDDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC45; }
p { color: rgb(189,220,69); }
H1.HeaderClassName
{
color: #BDDC45;
}
.AnyTagClassName
{
color: #BDDC45;
}
</style>
background-color css
<style>
a { background-color: #BDDC45; }
a { background-color: rgb(189,220,69); }
div.DivClassName
{
background-color: #BDDC45;
}
.BgClassName
{
background-color: #BDDC45;
}
</style>
border-color css
<style>
span { border-color: #BDDC45; }
span { border-color: rgb(189,220,69); }
td.TdClassName
{
border-color: #BDDC45;
}
.TagClassName
{
border-color: #BDDC45;
}
</style>