Shades of Las Palmas #BDE034
Tints of Las Palmas #BDE034
RGB
CMYK
RGB Variations
Color information
#BDE034 (or 0xBDE034) is known color: Las Palmas. HEX triplet: BD, E0 and 34. RGB value is (189,224,52). Sum of RGB (Red+Green+Blue) = 189+224+52=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE034 is #421FCB. Grayscale: #C2C2C2. Windows color (decimal): -4333516 or 3465405. OLE color: 3465405.
HSL color Cylindrical-coordinate representation of color #BDE034: hue angle of 72.21º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDE034 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 52 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.12 |
| HSL | 72.21º | 0.74% | 0.54% | - |
| HSV(B) | 72.21º | 0.77% | 0.88% | - |
| XYZ | 48.26 | 64.38 | 13.13 | - |
| YUV | 193.93 | 47.9 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 52 | 0.16 | 0 | 0.77 | 0.12 | 72.21 | 0.74 | 0.54 |
| Hex | BD | E0 | 34 | 10 | 0 | 4D | C | 48 | 4A | 36 |
| Octal | 275 | 340 | 64 | 20 | 0 | 115 | 14 | 110 | 112 | 66 |
| Binary | 10111101 | 11100000 | 110100 | 10000 | 0 | 1001101 | 1100 | 1001000 | 1001010 | 110110 |
Color Harmonies of #BDE034
Complementary color
Monochromatic Colors of #BDE034
Black with #BDE034
Text Example
Text Example
White with #BDE034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE034; }
p { color: rgb(189,224,52); }
H1.HeaderClassName
{
color: #BDE034;
}
.AnyTagClassName
{
color: #BDE034;
}
</style>
background-color css
<style>
a { background-color: #BDE034; }
a { background-color: rgb(189,224,52); }
div.DivClassName
{
background-color: #BDE034;
}
.BgClassName
{
background-color: #BDE034;
}
</style>
border-color css
<style>
span { border-color: #BDE034; }
span { border-color: rgb(189,224,52); }
td.TdClassName
{
border-color: #BDE034;
}
.TagClassName
{
border-color: #BDE034;
}
</style>