Shades of Las Palmas #BDDC3E
Tints of Las Palmas #BDDC3E
RGB
CMYK
RGB Variations
Color information
#BDDC3E (or 0xBDDC3E) is known color: Las Palmas. HEX triplet: BD, DC and 3E. RGB value is (189,220,62). Sum of RGB (Red+Green+Blue) = 189+220+62=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC3E is #4223C1. Grayscale: #C1C1C1. Windows color (decimal): -4334530 or 4119741. OLE color: 4119741.
HSL color Cylindrical-coordinate representation of color #BDDC3E: hue angle of 71.77º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDDC3E is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 62 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.14 |
| HSL | 71.77º | 0.69% | 0.55% | - |
| HSV(B) | 71.77º | 0.72% | 0.86% | - |
| XYZ | 47.45 | 62.35 | 14.09 | - |
| YUV | 192.72 | 54.23 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 62 | 0.14 | 0 | 0.72 | 0.14 | 71.77 | 0.69 | 0.55 |
| Hex | BD | DC | 3E | E | 0 | 48 | E | 48 | 45 | 37 |
| Octal | 275 | 334 | 76 | 16 | 0 | 110 | 16 | 110 | 105 | 67 |
| Binary | 10111101 | 11011100 | 111110 | 1110 | 0 | 1001000 | 1110 | 1001000 | 1000101 | 110111 |
Color Harmonies of #BDDC3E
Complementary color
Monochromatic Colors of #BDDC3E
Black with #BDDC3E
Text Example
Text Example
White with #BDDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC3E; }
p { color: rgb(189,220,62); }
H1.HeaderClassName
{
color: #BDDC3E;
}
.AnyTagClassName
{
color: #BDDC3E;
}
</style>
background-color css
<style>
a { background-color: #BDDC3E; }
a { background-color: rgb(189,220,62); }
div.DivClassName
{
background-color: #BDDC3E;
}
.BgClassName
{
background-color: #BDDC3E;
}
</style>
border-color css
<style>
span { border-color: #BDDC3E; }
span { border-color: rgb(189,220,62); }
td.TdClassName
{
border-color: #BDDC3E;
}
.TagClassName
{
border-color: #BDDC3E;
}
</style>