Shades of Las Palmas #BDE930
Tints of Las Palmas #BDE930
RGB
CMYK
RGB Variations
Color information
#BDE930 (or 0xBDE930) is known color: Las Palmas. HEX triplet: BD, E9 and 30. RGB value is (189,233,48). Sum of RGB (Red+Green+Blue) = 189+233+48=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE930 is #4216CF. Grayscale: #C7C7C7. Windows color (decimal): -4331216 or 3205565. OLE color: 3205565.
HSL color Cylindrical-coordinate representation of color #BDE930: hue angle of 74.27º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDE930 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 48 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.09 |
| HSL | 74.27º | 0.81% | 0.55% | - |
| HSV(B) | 74.27º | 0.79% | 0.91% | - |
| XYZ | 50.66 | 69.31 | 13.5 | - |
| YUV | 198.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 48 | 0.19 | 0 | 0.79 | 0.09 | 74.27 | 0.81 | 0.55 |
| Hex | BD | E9 | 30 | 13 | 0 | 4F | 9 | 4A | 51 | 37 |
| Octal | 275 | 351 | 60 | 23 | 0 | 117 | 11 | 112 | 121 | 67 |
| Binary | 10111101 | 11101001 | 110000 | 10011 | 0 | 1001111 | 1001 | 1001010 | 1010001 | 110111 |
Color Harmonies of #BDE930
Complementary color
Monochromatic Colors of #BDE930
Black with #BDE930
Text Example
Text Example
White with #BDE930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE930; }
p { color: rgb(189,233,48); }
H1.HeaderClassName
{
color: #BDE930;
}
.AnyTagClassName
{
color: #BDE930;
}
</style>
background-color css
<style>
a { background-color: #BDE930; }
a { background-color: rgb(189,233,48); }
div.DivClassName
{
background-color: #BDE930;
}
.BgClassName
{
background-color: #BDE930;
}
</style>
border-color css
<style>
span { border-color: #BDE930; }
span { border-color: rgb(189,233,48); }
td.TdClassName
{
border-color: #BDE930;
}
.TagClassName
{
border-color: #BDE930;
}
</style>