Shades of Las Palmas #BDE93C
Tints of Las Palmas #BDE93C
RGB
CMYK
RGB Variations
Color information
#BDE93C (or 0xBDE93C) is known color: Las Palmas. HEX triplet: BD, E9 and 3C. RGB value is (189,233,60). Sum of RGB (Red+Green+Blue) = 189+233+60=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE93C is #4216C3. Grayscale: #C8C8C8. Windows color (decimal): -4331204 or 3991997. OLE color: 3991997.
HSL color Cylindrical-coordinate representation of color #BDE93C: hue angle of 75.26º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDE93C is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 60 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.09 |
| HSL | 75.26º | 0.8% | 0.57% | - |
| HSV(B) | 75.26º | 0.74% | 0.91% | - |
| XYZ | 50.94 | 69.42 | 14.99 | - |
| YUV | 200.12 | 48.92 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 60 | 0.19 | 0 | 0.74 | 0.09 | 75.26 | 0.8 | 0.57 |
| Hex | BD | E9 | 3C | 13 | 0 | 4A | 9 | 4B | 50 | 39 |
| Octal | 275 | 351 | 74 | 23 | 0 | 112 | 11 | 113 | 120 | 71 |
| Binary | 10111101 | 11101001 | 111100 | 10011 | 0 | 1001010 | 1001 | 1001011 | 1010000 | 111001 |
Color Harmonies of #BDE93C
Complementary color
Monochromatic Colors of #BDE93C
Black with #BDE93C
Text Example
Text Example
White with #BDE93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE93C; }
p { color: rgb(189,233,60); }
H1.HeaderClassName
{
color: #BDE93C;
}
.AnyTagClassName
{
color: #BDE93C;
}
</style>
background-color css
<style>
a { background-color: #BDE93C; }
a { background-color: rgb(189,233,60); }
div.DivClassName
{
background-color: #BDE93C;
}
.BgClassName
{
background-color: #BDE93C;
}
</style>
border-color css
<style>
span { border-color: #BDE93C; }
span { border-color: rgb(189,233,60); }
td.TdClassName
{
border-color: #BDE93C;
}
.TagClassName
{
border-color: #BDE93C;
}
</style>