Shades of Las Palmas #BDDF3C
Tints of Las Palmas #BDDF3C
RGB
CMYK
RGB Variations
Color information
#BDDF3C (or 0xBDDF3C) is known color: Las Palmas. HEX triplet: BD, DF and 3C. RGB value is (189,223,60). Sum of RGB (Red+Green+Blue) = 189+223+60=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF3C is #4220C3. Grayscale: #C2C2C2. Windows color (decimal): -4333764 or 3989437. OLE color: 3989437.
HSL color Cylindrical-coordinate representation of color #BDDF3C: hue angle of 72.52º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDDF3C is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 60 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.13 |
| HSL | 72.52º | 0.72% | 0.55% | - |
| HSV(B) | 72.52º | 0.73% | 0.87% | - |
| XYZ | 48.19 | 63.92 | 14.07 | - |
| YUV | 194.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 60 | 0.15 | 0 | 0.73 | 0.13 | 72.52 | 0.72 | 0.55 |
| Hex | BD | DF | 3C | F | 0 | 49 | D | 49 | 48 | 37 |
| Octal | 275 | 337 | 74 | 17 | 0 | 111 | 15 | 111 | 110 | 67 |
| Binary | 10111101 | 11011111 | 111100 | 1111 | 0 | 1001001 | 1101 | 1001001 | 1001000 | 110111 |
Color Harmonies of #BDDF3C
Complementary color
Monochromatic Colors of #BDDF3C
Black with #BDDF3C
Text Example
Text Example
White with #BDDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF3C; }
p { color: rgb(189,223,60); }
H1.HeaderClassName
{
color: #BDDF3C;
}
.AnyTagClassName
{
color: #BDDF3C;
}
</style>
background-color css
<style>
a { background-color: #BDDF3C; }
a { background-color: rgb(189,223,60); }
div.DivClassName
{
background-color: #BDDF3C;
}
.BgClassName
{
background-color: #BDDF3C;
}
</style>
border-color css
<style>
span { border-color: #BDDF3C; }
span { border-color: rgb(189,223,60); }
td.TdClassName
{
border-color: #BDDF3C;
}
.TagClassName
{
border-color: #BDDF3C;
}
</style>