Shades of Las Palmas #BDDE3C
Tints of Las Palmas #BDDE3C
RGB
CMYK
RGB Variations
Color information
#BDDE3C (or 0xBDDE3C) is known color: Las Palmas. HEX triplet: BD, DE and 3C. RGB value is (189,222,60). Sum of RGB (Red+Green+Blue) = 189+222+60=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDE3C is #4221C3. Grayscale: #C2C2C2. Windows color (decimal): -4334020 or 3989181. OLE color: 3989181.
HSL color Cylindrical-coordinate representation of color #BDDE3C: hue angle of 72.22º degrees, saturation: 0.71, 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 #BDDE3C is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 60 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.13 |
| HSL | 72.22º | 0.71% | 0.55% | - |
| HSV(B) | 72.22º | 0.73% | 0.87% | - |
| XYZ | 47.92 | 63.39 | 13.98 | - |
| YUV | 193.67 | 52.57 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 60 | 0.15 | 0 | 0.73 | 0.13 | 72.22 | 0.71 | 0.55 |
| Hex | BD | DE | 3C | F | 0 | 49 | D | 48 | 47 | 37 |
| Octal | 275 | 336 | 74 | 17 | 0 | 111 | 15 | 110 | 107 | 67 |
| Binary | 10111101 | 11011110 | 111100 | 1111 | 0 | 1001001 | 1101 | 1001000 | 1000111 | 110111 |
Color Harmonies of #BDDE3C
Complementary color
Monochromatic Colors of #BDDE3C
Black with #BDDE3C
Text Example
Text Example
White with #BDDE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDE3C; }
p { color: rgb(189,222,60); }
H1.HeaderClassName
{
color: #BDDE3C;
}
.AnyTagClassName
{
color: #BDDE3C;
}
</style>
background-color css
<style>
a { background-color: #BDDE3C; }
a { background-color: rgb(189,222,60); }
div.DivClassName
{
background-color: #BDDE3C;
}
.BgClassName
{
background-color: #BDDE3C;
}
</style>
border-color css
<style>
span { border-color: #BDDE3C; }
span { border-color: rgb(189,222,60); }
td.TdClassName
{
border-color: #BDDE3C;
}
.TagClassName
{
border-color: #BDDE3C;
}
</style>