Shades of Las Palmas #BDD642
Tints of Las Palmas #BDD642
RGB
CMYK
RGB Variations
Color information
#BDD642 (or 0xBDD642) is known color: Las Palmas. HEX triplet: BD, D6 and 42. RGB value is (189,214,66). Sum of RGB (Red+Green+Blue) = 189+214+66=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD642 is #4229BD. Grayscale: #BEBEBE. Windows color (decimal): -4336062 or 4380349. OLE color: 4380349.
HSL color Cylindrical-coordinate representation of color #BDD642: hue angle of 70.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDD642 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 66 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.16 |
| HSL | 70.14º | 0.64% | 0.55% | - |
| HSV(B) | 70.14º | 0.69% | 0.84% | - |
| XYZ | 46.02 | 59.31 | 14.18 | - |
| YUV | 189.65 | 58.22 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 66 | 0.12 | 0 | 0.69 | 0.16 | 70.14 | 0.64 | 0.55 |
| Hex | BD | D6 | 42 | C | 0 | 45 | 10 | 46 | 40 | 37 |
| Octal | 275 | 326 | 102 | 14 | 0 | 105 | 20 | 106 | 100 | 67 |
| Binary | 10111101 | 11010110 | 1000010 | 1100 | 0 | 1000101 | 10000 | 1000110 | 1000000 | 110111 |
Color Harmonies of #BDD642
Complementary color
Monochromatic Colors of #BDD642
Black with #BDD642
Text Example
Text Example
White with #BDD642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD642; }
p { color: rgb(189,214,66); }
H1.HeaderClassName
{
color: #BDD642;
}
.AnyTagClassName
{
color: #BDD642;
}
</style>
background-color css
<style>
a { background-color: #BDD642; }
a { background-color: rgb(189,214,66); }
div.DivClassName
{
background-color: #BDD642;
}
.BgClassName
{
background-color: #BDD642;
}
</style>
border-color css
<style>
span { border-color: #BDD642; }
span { border-color: rgb(189,214,66); }
td.TdClassName
{
border-color: #BDD642;
}
.TagClassName
{
border-color: #BDD642;
}
</style>