Shades of Las Palmas #BDE63A
Tints of Las Palmas #BDE63A
RGB
CMYK
RGB Variations
Color information
#BDE63A (or 0xBDE63A) is known color: Las Palmas. HEX triplet: BD, E6 and 3A. RGB value is (189,230,58). Sum of RGB (Red+Green+Blue) = 189+230+58=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 230 (90.23% from 255 or 48.22% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE63A is #4219C5. Grayscale: #C6C6C6. Windows color (decimal): -4331974 or 3860157. OLE color: 3860157.
HSL color Cylindrical-coordinate representation of color #BDE63A: hue angle of 74.3º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDE63A is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 58 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.10 |
| HSL | 74.3º | 0.77% | 0.56% | - |
| HSV(B) | 74.3º | 0.75% | 0.9% | - |
| XYZ | 50.05 | 67.72 | 14.44 | - |
| YUV | 198.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 58 | 0.18 | 0 | 0.75 | 0.10 | 74.3 | 0.77 | 0.56 |
| Hex | BD | E6 | 3A | 12 | 0 | 4B | A | 4A | 4D | 38 |
| Octal | 275 | 346 | 72 | 22 | 0 | 113 | 12 | 112 | 115 | 70 |
| Binary | 10111101 | 11100110 | 111010 | 10010 | 0 | 1001011 | 1010 | 1001010 | 1001101 | 111000 |
Color Harmonies of #BDE63A
Complementary color
Monochromatic Colors of #BDE63A
Black with #BDE63A
Text Example
Text Example
White with #BDE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE63A; }
p { color: rgb(189,230,58); }
H1.HeaderClassName
{
color: #BDE63A;
}
.AnyTagClassName
{
color: #BDE63A;
}
</style>
background-color css
<style>
a { background-color: #BDE63A; }
a { background-color: rgb(189,230,58); }
div.DivClassName
{
background-color: #BDE63A;
}
.BgClassName
{
background-color: #BDE63A;
}
</style>
border-color css
<style>
span { border-color: #BDE63A; }
span { border-color: rgb(189,230,58); }
td.TdClassName
{
border-color: #BDE63A;
}
.TagClassName
{
border-color: #BDE63A;
}
</style>