Shades of Las Palmas #BEE53C
Tints of Las Palmas #BEE53C
RGB
CMYK
RGB Variations
Color information
#BEE53C (or 0xBEE53C) is known color: Las Palmas. HEX triplet: BE, E5 and 3C. RGB value is (190,229,60). Sum of RGB (Red+Green+Blue) = 190+229+60=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE53C is #411AC3. Grayscale: #C6C6C6. Windows color (decimal): -4266692 or 3990974. OLE color: 3990974.
HSL color Cylindrical-coordinate representation of color #BEE53C: hue angle of 73.85º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEE53C is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 60 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.10 |
| HSL | 73.85º | 0.76% | 0.57% | - |
| HSV(B) | 73.85º | 0.74% | 0.9% | - |
| XYZ | 50.07 | 67.31 | 14.63 | - |
| YUV | 198.07 | 50.08 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 60 | 0.17 | 0 | 0.74 | 0.10 | 73.85 | 0.76 | 0.57 |
| Hex | BE | E5 | 3C | 11 | 0 | 4A | A | 4A | 4C | 39 |
| Octal | 276 | 345 | 74 | 21 | 0 | 112 | 12 | 112 | 114 | 71 |
| Binary | 10111110 | 11100101 | 111100 | 10001 | 0 | 1001010 | 1010 | 1001010 | 1001100 | 111001 |
Color Harmonies of #BEE53C
Complementary color
Monochromatic Colors of #BEE53C
Black with #BEE53C
Text Example
Text Example
White with #BEE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE53C; }
p { color: rgb(190,229,60); }
H1.HeaderClassName
{
color: #BEE53C;
}
.AnyTagClassName
{
color: #BEE53C;
}
</style>
background-color css
<style>
a { background-color: #BEE53C; }
a { background-color: rgb(190,229,60); }
div.DivClassName
{
background-color: #BEE53C;
}
.BgClassName
{
background-color: #BEE53C;
}
</style>
border-color css
<style>
span { border-color: #BEE53C; }
span { border-color: rgb(190,229,60); }
td.TdClassName
{
border-color: #BEE53C;
}
.TagClassName
{
border-color: #BEE53C;
}
</style>