Shades of Las Palmas #BDE23D
Tints of Las Palmas #BDE23D
RGB
CMYK
RGB Variations
Color information
#BDE23D (or 0xBDE23D) is known color: Las Palmas. HEX triplet: BD, E2 and 3D. RGB value is (189,226,61). Sum of RGB (Red+Green+Blue) = 189+226+61=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE23D is #421DC2. Grayscale: #C4C4C4. Windows color (decimal): -4332995 or 4055741. OLE color: 4055741.
HSL color Cylindrical-coordinate representation of color #BDE23D: hue angle of 73.45º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDE23D is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 61 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.11 |
| HSL | 73.45º | 0.74% | 0.56% | - |
| HSV(B) | 73.45º | 0.73% | 0.89% | - |
| XYZ | 49.02 | 65.55 | 14.48 | - |
| YUV | 196.13 | 51.74 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 61 | 0.16 | 0 | 0.73 | 0.11 | 73.45 | 0.74 | 0.56 |
| Hex | BD | E2 | 3D | 10 | 0 | 49 | B | 49 | 4A | 38 |
| Octal | 275 | 342 | 75 | 20 | 0 | 111 | 13 | 111 | 112 | 70 |
| Binary | 10111101 | 11100010 | 111101 | 10000 | 0 | 1001001 | 1011 | 1001001 | 1001010 | 111000 |
Color Harmonies of #BDE23D
Complementary color
Monochromatic Colors of #BDE23D
Black with #BDE23D
Text Example
Text Example
White with #BDE23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE23D; }
p { color: rgb(189,226,61); }
H1.HeaderClassName
{
color: #BDE23D;
}
.AnyTagClassName
{
color: #BDE23D;
}
</style>
background-color css
<style>
a { background-color: #BDE23D; }
a { background-color: rgb(189,226,61); }
div.DivClassName
{
background-color: #BDE23D;
}
.BgClassName
{
background-color: #BDE23D;
}
</style>
border-color css
<style>
span { border-color: #BDE23D; }
span { border-color: rgb(189,226,61); }
td.TdClassName
{
border-color: #BDE23D;
}
.TagClassName
{
border-color: #BDE23D;
}
</style>