Shades of Las Palmas #BDE53A
Tints of Las Palmas #BDE53A
RGB
CMYK
RGB Variations
Color information
#BDE53A (or 0xBDE53A) is known color: Las Palmas. HEX triplet: BD, E5 and 3A. RGB value is (189,229,58). Sum of RGB (Red+Green+Blue) = 189+229+58=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE53A is #421AC5. Grayscale: #C6C6C6. Windows color (decimal): -4332230 or 3859901. OLE color: 3859901.
HSL color Cylindrical-coordinate representation of color #BDE53A: hue angle of 74.04º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDE53A is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 58 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.10 |
| HSL | 74.04º | 0.77% | 0.56% | - |
| HSV(B) | 74.04º | 0.75% | 0.9% | - |
| XYZ | 49.77 | 67.16 | 14.34 | - |
| YUV | 197.55 | 49.25 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 58 | 0.17 | 0 | 0.75 | 0.10 | 74.04 | 0.77 | 0.56 |
| Hex | BD | E5 | 3A | 11 | 0 | 4B | A | 4A | 4D | 38 |
| Octal | 275 | 345 | 72 | 21 | 0 | 113 | 12 | 112 | 115 | 70 |
| Binary | 10111101 | 11100101 | 111010 | 10001 | 0 | 1001011 | 1010 | 1001010 | 1001101 | 111000 |
Color Harmonies of #BDE53A
Complementary color
Monochromatic Colors of #BDE53A
Black with #BDE53A
Text Example
Text Example
White with #BDE53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE53A; }
p { color: rgb(189,229,58); }
H1.HeaderClassName
{
color: #BDE53A;
}
.AnyTagClassName
{
color: #BDE53A;
}
</style>
background-color css
<style>
a { background-color: #BDE53A; }
a { background-color: rgb(189,229,58); }
div.DivClassName
{
background-color: #BDE53A;
}
.BgClassName
{
background-color: #BDE53A;
}
</style>
border-color css
<style>
span { border-color: #BDE53A; }
span { border-color: rgb(189,229,58); }
td.TdClassName
{
border-color: #BDE53A;
}
.TagClassName
{
border-color: #BDE53A;
}
</style>