Shades of Las Palmas #BEE53D
Tints of Las Palmas #BEE53D
RGB
CMYK
RGB Variations
Color information
#BEE53D (or 0xBEE53D) is known color: Las Palmas. HEX triplet: BE, E5 and 3D. RGB value is (190,229,61). Sum of RGB (Red+Green+Blue) = 190+229+61=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE53D is #411AC2. Grayscale: #C6C6C6. Windows color (decimal): -4266691 or 4056510. OLE color: 4056510.
HSL color Cylindrical-coordinate representation of color #BEE53D: hue angle of 73.93º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEE53D is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 61 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.10 |
| HSL | 73.93º | 0.76% | 0.57% | - |
| HSV(B) | 73.93º | 0.73% | 0.9% | - |
| XYZ | 50.1 | 67.32 | 14.77 | - |
| YUV | 198.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 61 | 0.17 | 0 | 0.73 | 0.10 | 73.93 | 0.76 | 0.57 |
| Hex | BE | E5 | 3D | 11 | 0 | 49 | A | 4A | 4C | 39 |
| Octal | 276 | 345 | 75 | 21 | 0 | 111 | 12 | 112 | 114 | 71 |
| Binary | 10111110 | 11100101 | 111101 | 10001 | 0 | 1001001 | 1010 | 1001010 | 1001100 | 111001 |
Color Harmonies of #BEE53D
Complementary color
Monochromatic Colors of #BEE53D
Black with #BEE53D
Text Example
Text Example
White with #BEE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE53D; }
p { color: rgb(190,229,61); }
H1.HeaderClassName
{
color: #BEE53D;
}
.AnyTagClassName
{
color: #BEE53D;
}
</style>
background-color css
<style>
a { background-color: #BEE53D; }
a { background-color: rgb(190,229,61); }
div.DivClassName
{
background-color: #BEE53D;
}
.BgClassName
{
background-color: #BEE53D;
}
</style>
border-color css
<style>
span { border-color: #BEE53D; }
span { border-color: rgb(190,229,61); }
td.TdClassName
{
border-color: #BEE53D;
}
.TagClassName
{
border-color: #BEE53D;
}
</style>