Shades of Las Palmas #BBED3E
Tints of Las Palmas #BBED3E
RGB
CMYK
RGB Variations
Color information
#BBED3E (or 0xBBED3E) is known color: Las Palmas. HEX triplet: BB, ED and 3E. RGB value is (187,237,62). Sum of RGB (Red+Green+Blue) = 187+237+62=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBED3E is #4412C1. Grayscale: #CACACA. Windows color (decimal): -4461250 or 4124091. OLE color: 4124091.
HSL color Cylindrical-coordinate representation of color #BBED3E: hue angle of 77.14º 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 #BBED3E is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 62 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.07 |
| HSL | 77.14º | 0.83% | 0.59% | - |
| HSV(B) | 77.14º | 0.74% | 0.93% | - |
| XYZ | 51.65 | 71.48 | 15.63 | - |
| YUV | 202.1 | 48.94 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 62 | 0.21 | 0 | 0.74 | 0.07 | 77.14 | 0.83 | 0.59 |
| Hex | BB | ED | 3E | 15 | 0 | 4A | 7 | 4D | 53 | 3B |
| Octal | 273 | 355 | 76 | 25 | 0 | 112 | 7 | 115 | 123 | 73 |
| Binary | 10111011 | 11101101 | 111110 | 10101 | 0 | 1001010 | 111 | 1001101 | 1010011 | 111011 |
Color Harmonies of #BBED3E
Complementary color
Monochromatic Colors of #BBED3E
Black with #BBED3E
Text Example
Text Example
White with #BBED3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED3E; }
p { color: rgb(187,237,62); }
H1.HeaderClassName
{
color: #BBED3E;
}
.AnyTagClassName
{
color: #BBED3E;
}
</style>
background-color css
<style>
a { background-color: #BBED3E; }
a { background-color: rgb(187,237,62); }
div.DivClassName
{
background-color: #BBED3E;
}
.BgClassName
{
background-color: #BBED3E;
}
</style>
border-color css
<style>
span { border-color: #BBED3E; }
span { border-color: rgb(187,237,62); }
td.TdClassName
{
border-color: #BBED3E;
}
.TagClassName
{
border-color: #BBED3E;
}
</style>