Shades of Las Palmas #BBDE34
Tints of Las Palmas #BBDE34
RGB
CMYK
RGB Variations
Color information
#BBDE34 (or 0xBBDE34) is known color: Las Palmas. HEX triplet: BB, DE and 34. RGB value is (187,222,52). Sum of RGB (Red+Green+Blue) = 187+222+52=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDE34 is #4421CB. Grayscale: #C0C0C0. Windows color (decimal): -4465100 or 3464891. OLE color: 3464891.
HSL color Cylindrical-coordinate representation of color #BBDE34: hue angle of 72.35º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBDE34 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 52 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.13 |
| HSL | 72.35º | 0.72% | 0.54% | - |
| HSV(B) | 72.35º | 0.77% | 0.87% | - |
| XYZ | 47.23 | 63.06 | 12.93 | - |
| YUV | 192.16 | 48.9 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 52 | 0.16 | 0 | 0.77 | 0.13 | 72.35 | 0.72 | 0.54 |
| Hex | BB | DE | 34 | 10 | 0 | 4D | D | 48 | 48 | 36 |
| Octal | 273 | 336 | 64 | 20 | 0 | 115 | 15 | 110 | 110 | 66 |
| Binary | 10111011 | 11011110 | 110100 | 10000 | 0 | 1001101 | 1101 | 1001000 | 1001000 | 110110 |
Color Harmonies of #BBDE34
Complementary color
Monochromatic Colors of #BBDE34
Black with #BBDE34
Text Example
Text Example
White with #BBDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE34; }
p { color: rgb(187,222,52); }
H1.HeaderClassName
{
color: #BBDE34;
}
.AnyTagClassName
{
color: #BBDE34;
}
</style>
background-color css
<style>
a { background-color: #BBDE34; }
a { background-color: rgb(187,222,52); }
div.DivClassName
{
background-color: #BBDE34;
}
.BgClassName
{
background-color: #BBDE34;
}
</style>
border-color css
<style>
span { border-color: #BBDE34; }
span { border-color: rgb(187,222,52); }
td.TdClassName
{
border-color: #BBDE34;
}
.TagClassName
{
border-color: #BBDE34;
}
</style>