Shades of Las Palmas #BDED3E
Tints of Las Palmas #BDED3E
RGB
CMYK
RGB Variations
Color information
#BDED3E (or 0xBDED3E) is known color: Las Palmas. HEX triplet: BD, ED and 3E. RGB value is (189,237,62). Sum of RGB (Red+Green+Blue) = 189+237+62=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDED3E is #4212C1. Grayscale: #CBCBCB. Windows color (decimal): -4330178 or 4124093. OLE color: 4124093.
HSL color Cylindrical-coordinate representation of color #BDED3E: hue angle of 76.46º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDED3E is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 62 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.07 |
| HSL | 76.46º | 0.83% | 0.59% | - |
| HSV(B) | 76.46º | 0.74% | 0.93% | - |
| XYZ | 52.14 | 71.73 | 15.66 | - |
| YUV | 202.7 | 48.6 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 62 | 0.20 | 0 | 0.74 | 0.07 | 76.46 | 0.83 | 0.59 |
| Hex | BD | ED | 3E | 14 | 0 | 4A | 7 | 4C | 53 | 3B |
| Octal | 275 | 355 | 76 | 24 | 0 | 112 | 7 | 114 | 123 | 73 |
| Binary | 10111101 | 11101101 | 111110 | 10100 | 0 | 1001010 | 111 | 1001100 | 1010011 | 111011 |
Color Harmonies of #BDED3E
Complementary color
Monochromatic Colors of #BDED3E
Black with #BDED3E
Text Example
Text Example
White with #BDED3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDED3E; }
p { color: rgb(189,237,62); }
H1.HeaderClassName
{
color: #BDED3E;
}
.AnyTagClassName
{
color: #BDED3E;
}
</style>
background-color css
<style>
a { background-color: #BDED3E; }
a { background-color: rgb(189,237,62); }
div.DivClassName
{
background-color: #BDED3E;
}
.BgClassName
{
background-color: #BDED3E;
}
</style>
border-color css
<style>
span { border-color: #BDED3E; }
span { border-color: rgb(189,237,62); }
td.TdClassName
{
border-color: #BDED3E;
}
.TagClassName
{
border-color: #BDED3E;
}
</style>