Shades of Las Palmas #BDE93E
Tints of Las Palmas #BDE93E
RGB
CMYK
RGB Variations
Color information
#BDE93E (or 0xBDE93E) is known color: Las Palmas. HEX triplet: BD, E9 and 3E. RGB value is (189,233,62). Sum of RGB (Red+Green+Blue) = 189+233+62=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE93E is #4216C1. Grayscale: #C8C8C8. Windows color (decimal): -4331202 or 4123069. OLE color: 4123069.
HSL color Cylindrical-coordinate representation of color #BDE93E: hue angle of 75.44º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDE93E is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 62 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.09 |
| HSL | 75.44º | 0.8% | 0.58% | - |
| HSV(B) | 75.44º | 0.73% | 0.91% | - |
| XYZ | 50.99 | 69.44 | 15.27 | - |
| YUV | 200.35 | 49.92 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 62 | 0.19 | 0 | 0.73 | 0.09 | 75.44 | 0.8 | 0.58 |
| Hex | BD | E9 | 3E | 13 | 0 | 49 | 9 | 4B | 50 | 3A |
| Octal | 275 | 351 | 76 | 23 | 0 | 111 | 11 | 113 | 120 | 72 |
| Binary | 10111101 | 11101001 | 111110 | 10011 | 0 | 1001001 | 1001 | 1001011 | 1010000 | 111010 |
Color Harmonies of #BDE93E
Complementary color
Monochromatic Colors of #BDE93E
Black with #BDE93E
Text Example
Text Example
White with #BDE93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE93E; }
p { color: rgb(189,233,62); }
H1.HeaderClassName
{
color: #BDE93E;
}
.AnyTagClassName
{
color: #BDE93E;
}
</style>
background-color css
<style>
a { background-color: #BDE93E; }
a { background-color: rgb(189,233,62); }
div.DivClassName
{
background-color: #BDE93E;
}
.BgClassName
{
background-color: #BDE93E;
}
</style>
border-color css
<style>
span { border-color: #BDE93E; }
span { border-color: rgb(189,233,62); }
td.TdClassName
{
border-color: #BDE93E;
}
.TagClassName
{
border-color: #BDE93E;
}
</style>