Shades of Las Palmas #BDE73B
Tints of Las Palmas #BDE73B
RGB
CMYK
RGB Variations
Color information
#BDE73B (or 0xBDE73B) is known color: Las Palmas. HEX triplet: BD, E7 and 3B. RGB value is (189,231,59). Sum of RGB (Red+Green+Blue) = 189+231+59=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 59 (23.44% from 255 or 12.32% from 479); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE73B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE73B is #4218C4. Grayscale: #C7C7C7. Windows color (decimal): -4331717 or 3925949. OLE color: 3925949.
HSL color Cylindrical-coordinate representation of color #BDE73B: hue angle of 74.65º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDE73B is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 59 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.09 |
| HSL | 74.65º | 0.78% | 0.57% | - |
| HSV(B) | 74.65º | 0.74% | 0.91% | - |
| XYZ | 50.35 | 68.29 | 14.66 | - |
| YUV | 198.83 | 49.09 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 59 | 0.18 | 0 | 0.74 | 0.09 | 74.65 | 0.78 | 0.57 |
| Hex | BD | E7 | 3B | 12 | 0 | 4A | 9 | 4B | 4E | 39 |
| Octal | 275 | 347 | 73 | 22 | 0 | 112 | 11 | 113 | 116 | 71 |
| Binary | 10111101 | 11100111 | 111011 | 10010 | 0 | 1001010 | 1001 | 1001011 | 1001110 | 111001 |
Color Harmonies of #BDE73B
Complementary color
Monochromatic Colors of #BDE73B
Black with #BDE73B
Text Example
Text Example
White with #BDE73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE73B; }
p { color: rgb(189,231,59); }
H1.HeaderClassName
{
color: #BDE73B;
}
.AnyTagClassName
{
color: #BDE73B;
}
</style>
background-color css
<style>
a { background-color: #BDE73B; }
a { background-color: rgb(189,231,59); }
div.DivClassName
{
background-color: #BDE73B;
}
.BgClassName
{
background-color: #BDE73B;
}
</style>
border-color css
<style>
span { border-color: #BDE73B; }
span { border-color: rgb(189,231,59); }
td.TdClassName
{
border-color: #BDE73B;
}
.TagClassName
{
border-color: #BDE73B;
}
</style>