Shades of Las Palmas #BDE935
Tints of Las Palmas #BDE935
RGB
CMYK
RGB Variations
Color information
#BDE935 (or 0xBDE935) is known color: Las Palmas. HEX triplet: BD, E9 and 35. RGB value is (189,233,53). Sum of RGB (Red+Green+Blue) = 189+233+53=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE935 is #4216CA. Grayscale: #C8C8C8. Windows color (decimal): -4331211 or 3533245. OLE color: 3533245.
HSL color Cylindrical-coordinate representation of color #BDE935: hue angle of 74.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDE935 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 53 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.09 |
| HSL | 74.67º | 0.8% | 0.56% | - |
| HSV(B) | 74.67º | 0.77% | 0.91% | - |
| XYZ | 50.77 | 69.35 | 14.08 | - |
| YUV | 199.32 | 45.42 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 53 | 0.19 | 0 | 0.77 | 0.09 | 74.67 | 0.8 | 0.56 |
| Hex | BD | E9 | 35 | 13 | 0 | 4D | 9 | 4B | 50 | 38 |
| Octal | 275 | 351 | 65 | 23 | 0 | 115 | 11 | 113 | 120 | 70 |
| Binary | 10111101 | 11101001 | 110101 | 10011 | 0 | 1001101 | 1001 | 1001011 | 1010000 | 111000 |
Color Harmonies of #BDE935
Complementary color
Monochromatic Colors of #BDE935
Black with #BDE935
Text Example
Text Example
White with #BDE935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE935; }
p { color: rgb(189,233,53); }
H1.HeaderClassName
{
color: #BDE935;
}
.AnyTagClassName
{
color: #BDE935;
}
</style>
background-color css
<style>
a { background-color: #BDE935; }
a { background-color: rgb(189,233,53); }
div.DivClassName
{
background-color: #BDE935;
}
.BgClassName
{
background-color: #BDE935;
}
</style>
border-color css
<style>
span { border-color: #BDE935; }
span { border-color: rgb(189,233,53); }
td.TdClassName
{
border-color: #BDE935;
}
.TagClassName
{
border-color: #BDE935;
}
</style>