Shades of Las Palmas #BBED3C
Tints of Las Palmas #BBED3C
RGB
CMYK
RGB Variations
Color information
#BBED3C (or 0xBBED3C) is known color: Las Palmas. HEX triplet: BB, ED and 3C. RGB value is (187,237,60). Sum of RGB (Red+Green+Blue) = 187+237+60=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBED3C is #4412C3. Grayscale: #CACACA. Windows color (decimal): -4461252 or 3993019. OLE color: 3993019.
HSL color Cylindrical-coordinate representation of color #BBED3C: hue angle of 76.95º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBED3C is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 60 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.07 |
| HSL | 76.95º | 0.83% | 0.58% | - |
| HSV(B) | 76.95º | 0.75% | 0.93% | - |
| XYZ | 51.59 | 71.46 | 15.35 | - |
| YUV | 201.87 | 47.94 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 60 | 0.21 | 0 | 0.75 | 0.07 | 76.95 | 0.83 | 0.58 |
| Hex | BB | ED | 3C | 15 | 0 | 4B | 7 | 4D | 53 | 3A |
| Octal | 273 | 355 | 74 | 25 | 0 | 113 | 7 | 115 | 123 | 72 |
| Binary | 10111011 | 11101101 | 111100 | 10101 | 0 | 1001011 | 111 | 1001101 | 1010011 | 111010 |
Color Harmonies of #BBED3C
Complementary color
Monochromatic Colors of #BBED3C
Black with #BBED3C
Text Example
Text Example
White with #BBED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED3C; }
p { color: rgb(187,237,60); }
H1.HeaderClassName
{
color: #BBED3C;
}
.AnyTagClassName
{
color: #BBED3C;
}
</style>
background-color css
<style>
a { background-color: #BBED3C; }
a { background-color: rgb(187,237,60); }
div.DivClassName
{
background-color: #BBED3C;
}
.BgClassName
{
background-color: #BBED3C;
}
</style>
border-color css
<style>
span { border-color: #BBED3C; }
span { border-color: rgb(187,237,60); }
td.TdClassName
{
border-color: #BBED3C;
}
.TagClassName
{
border-color: #BBED3C;
}
</style>