Shades of Las Palmas #BDD03D
Tints of Las Palmas #BDD03D
RGB
CMYK
RGB Variations
Color information
#BDD03D (or 0xBDD03D) is known color: Las Palmas. HEX triplet: BD, D0 and 3D. RGB value is (189,208,61). Sum of RGB (Red+Green+Blue) = 189+208+61=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD03D is #422FC2. Grayscale: #BABABA. Windows color (decimal): -4337603 or 4051133. OLE color: 4051133.
HSL color Cylindrical-coordinate representation of color #BDD03D: hue angle of 67.76º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDD03D is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 61 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.18 |
| HSL | 67.76º | 0.61% | 0.53% | - |
| HSV(B) | 67.76º | 0.71% | 0.82% | - |
| XYZ | 44.38 | 56.27 | 12.94 | - |
| YUV | 185.56 | 57.71 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 61 | 0.09 | 0 | 0.71 | 0.18 | 67.76 | 0.61 | 0.53 |
| Hex | BD | D0 | 3D | 9 | 0 | 47 | 12 | 44 | 3D | 35 |
| Octal | 275 | 320 | 75 | 11 | 0 | 107 | 22 | 104 | 75 | 65 |
| Binary | 10111101 | 11010000 | 111101 | 1001 | 0 | 1000111 | 10010 | 1000100 | 111101 | 110101 |
Color Harmonies of #BDD03D
Complementary color
Monochromatic Colors of #BDD03D
Black with #BDD03D
Text Example
Text Example
White with #BDD03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD03D; }
p { color: rgb(189,208,61); }
H1.HeaderClassName
{
color: #BDD03D;
}
.AnyTagClassName
{
color: #BDD03D;
}
</style>
background-color css
<style>
a { background-color: #BDD03D; }
a { background-color: rgb(189,208,61); }
div.DivClassName
{
background-color: #BDD03D;
}
.BgClassName
{
background-color: #BDD03D;
}
</style>
border-color css
<style>
span { border-color: #BDD03D; }
span { border-color: rgb(189,208,61); }
td.TdClassName
{
border-color: #BDD03D;
}
.TagClassName
{
border-color: #BDD03D;
}
</style>