Shades of Las Palmas #BDED2D
Tints of Las Palmas #BDED2D
RGB
CMYK
RGB Variations
Color information
#BDED2D (or 0xBDED2D) is known color: Las Palmas. HEX triplet: BD, ED and 2D. RGB value is (189,237,45). Sum of RGB (Red+Green+Blue) = 189+237+45=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDED2D is #4212D2. Grayscale: #C9C9C9. Windows color (decimal): -4330195 or 3009981. OLE color: 3009981.
HSL color Cylindrical-coordinate representation of color #BDED2D: hue angle of 75º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDED2D is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 45 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.07 |
| HSL | 75º | 0.84% | 0.55% | - |
| HSV(B) | 75º | 0.81% | 0.93% | - |
| XYZ | 51.74 | 71.58 | 13.57 | - |
| YUV | 200.76 | 40.1 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 45 | 0.20 | 0 | 0.81 | 0.07 | 75 | 0.84 | 0.55 |
| Hex | BD | ED | 2D | 14 | 0 | 51 | 7 | 4B | 54 | 37 |
| Octal | 275 | 355 | 55 | 24 | 0 | 121 | 7 | 113 | 124 | 67 |
| Binary | 10111101 | 11101101 | 101101 | 10100 | 0 | 1010001 | 111 | 1001011 | 1010100 | 110111 |
Color Harmonies of #BDED2D
Complementary color
Monochromatic Colors of #BDED2D
Black with #BDED2D
Text Example
Text Example
White with #BDED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDED2D; }
p { color: rgb(189,237,45); }
H1.HeaderClassName
{
color: #BDED2D;
}
.AnyTagClassName
{
color: #BDED2D;
}
</style>
background-color css
<style>
a { background-color: #BDED2D; }
a { background-color: rgb(189,237,45); }
div.DivClassName
{
background-color: #BDED2D;
}
.BgClassName
{
background-color: #BDED2D;
}
</style>
border-color css
<style>
span { border-color: #BDED2D; }
span { border-color: rgb(189,237,45); }
td.TdClassName
{
border-color: #BDED2D;
}
.TagClassName
{
border-color: #BDED2D;
}
</style>