Shades of Las Palmas #BDEC3E
Tints of Las Palmas #BDEC3E
RGB
CMYK
RGB Variations
Color information
#BDEC3E (or 0xBDEC3E) is known color: Las Palmas. HEX triplet: BD, EC and 3E. RGB value is (189,236,62). Sum of RGB (Red+Green+Blue) = 189+236+62=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEC3E is #4213C1. Grayscale: #CACACA. Windows color (decimal): -4330434 or 4123837. OLE color: 4123837.
HSL color Cylindrical-coordinate representation of color #BDEC3E: hue angle of 76.21º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDEC3E is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 62 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.07 |
| HSL | 76.21º | 0.82% | 0.58% | - |
| HSV(B) | 76.21º | 0.74% | 0.93% | - |
| XYZ | 51.85 | 71.16 | 15.56 | - |
| YUV | 202.11 | 48.93 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 62 | 0.20 | 0 | 0.74 | 0.07 | 76.21 | 0.82 | 0.58 |
| Hex | BD | EC | 3E | 14 | 0 | 4A | 7 | 4C | 52 | 3A |
| Octal | 275 | 354 | 76 | 24 | 0 | 112 | 7 | 114 | 122 | 72 |
| Binary | 10111101 | 11101100 | 111110 | 10100 | 0 | 1001010 | 111 | 1001100 | 1010010 | 111010 |
Color Harmonies of #BDEC3E
Complementary color
Monochromatic Colors of #BDEC3E
Black with #BDEC3E
Text Example
Text Example
White with #BDEC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEC3E; }
p { color: rgb(189,236,62); }
H1.HeaderClassName
{
color: #BDEC3E;
}
.AnyTagClassName
{
color: #BDEC3E;
}
</style>
background-color css
<style>
a { background-color: #BDEC3E; }
a { background-color: rgb(189,236,62); }
div.DivClassName
{
background-color: #BDEC3E;
}
.BgClassName
{
background-color: #BDEC3E;
}
</style>
border-color css
<style>
span { border-color: #BDEC3E; }
span { border-color: rgb(189,236,62); }
td.TdClassName
{
border-color: #BDEC3E;
}
.TagClassName
{
border-color: #BDEC3E;
}
</style>