Shades of Las Palmas #BDEC2F
Tints of Las Palmas #BDEC2F
RGB
CMYK
RGB Variations
Color information
#BDEC2F (or 0xBDEC2F) is known color: Las Palmas. HEX triplet: BD, EC and 2F. RGB value is (189,236,47). Sum of RGB (Red+Green+Blue) = 189+236+47=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEC2F is #4213D0. Grayscale: #C9C9C9. Windows color (decimal): -4330449 or 3140797. OLE color: 3140797.
HSL color Cylindrical-coordinate representation of color #BDEC2F: hue angle of 74.92º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDEC2F is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 47 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.07 |
| HSL | 74.92º | 0.83% | 0.55% | - |
| HSV(B) | 74.92º | 0.8% | 0.93% | - |
| XYZ | 51.49 | 71.01 | 13.68 | - |
| YUV | 200.4 | 41.43 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 47 | 0.20 | 0 | 0.80 | 0.07 | 74.92 | 0.83 | 0.55 |
| Hex | BD | EC | 2F | 14 | 0 | 50 | 7 | 4B | 53 | 37 |
| Octal | 275 | 354 | 57 | 24 | 0 | 120 | 7 | 113 | 123 | 67 |
| Binary | 10111101 | 11101100 | 101111 | 10100 | 0 | 1010000 | 111 | 1001011 | 1010011 | 110111 |
Color Harmonies of #BDEC2F
Complementary color
Monochromatic Colors of #BDEC2F
Black with #BDEC2F
Text Example
Text Example
White with #BDEC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEC2F; }
p { color: rgb(189,236,47); }
H1.HeaderClassName
{
color: #BDEC2F;
}
.AnyTagClassName
{
color: #BDEC2F;
}
</style>
background-color css
<style>
a { background-color: #BDEC2F; }
a { background-color: rgb(189,236,47); }
div.DivClassName
{
background-color: #BDEC2F;
}
.BgClassName
{
background-color: #BDEC2F;
}
</style>
border-color css
<style>
span { border-color: #BDEC2F; }
span { border-color: rgb(189,236,47); }
td.TdClassName
{
border-color: #BDEC2F;
}
.TagClassName
{
border-color: #BDEC2F;
}
</style>