Shades of Las Palmas #BDE043
Tints of Las Palmas #BDE043
RGB
CMYK
RGB Variations
Color information
#BDE043 (or 0xBDE043) is known color: Las Palmas. HEX triplet: BD, E0 and 43. RGB value is (189,224,67). Sum of RGB (Red+Green+Blue) = 189+224+67=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 67 (26.56% from 255 or 13.96% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE043 is #421FBC. Grayscale: #C4C4C4. Windows color (decimal): -4333501 or 4448445. OLE color: 4448445.
HSL color Cylindrical-coordinate representation of color #BDE043: hue angle of 73.38º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDE043 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 67 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.12 |
| HSL | 73.38º | 0.72% | 0.57% | - |
| HSV(B) | 73.38º | 0.7% | 0.88% | - |
| XYZ | 48.66 | 64.54 | 15.2 | - |
| YUV | 195.64 | 55.4 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 67 | 0.16 | 0 | 0.70 | 0.12 | 73.38 | 0.72 | 0.57 |
| Hex | BD | E0 | 43 | 10 | 0 | 46 | C | 49 | 48 | 39 |
| Octal | 275 | 340 | 103 | 20 | 0 | 106 | 14 | 111 | 110 | 71 |
| Binary | 10111101 | 11100000 | 1000011 | 10000 | 0 | 1000110 | 1100 | 1001001 | 1001000 | 111001 |
Color Harmonies of #BDE043
Complementary color
Monochromatic Colors of #BDE043
Black with #BDE043
Text Example
Text Example
White with #BDE043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE043; }
p { color: rgb(189,224,67); }
H1.HeaderClassName
{
color: #BDE043;
}
.AnyTagClassName
{
color: #BDE043;
}
</style>
background-color css
<style>
a { background-color: #BDE043; }
a { background-color: rgb(189,224,67); }
div.DivClassName
{
background-color: #BDE043;
}
.BgClassName
{
background-color: #BDE043;
}
</style>
border-color css
<style>
span { border-color: #BDE043; }
span { border-color: rgb(189,224,67); }
td.TdClassName
{
border-color: #BDE043;
}
.TagClassName
{
border-color: #BDE043;
}
</style>