Shades of Las Palmas #BEE341
Tints of Las Palmas #BEE341
RGB
CMYK
RGB Variations
Color information
#BEE341 (or 0xBEE341) is known color: Las Palmas. HEX triplet: BE, E3 and 41. RGB value is (190,227,65). Sum of RGB (Red+Green+Blue) = 190+227+65=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE341 is #411CBE. Grayscale: #C6C6C6. Windows color (decimal): -4267199 or 4318142. OLE color: 4318142.
HSL color Cylindrical-coordinate representation of color #BEE341: hue angle of 73.7º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEE341 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 65 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.11 |
| HSL | 73.7º | 0.74% | 0.57% | - |
| HSV(B) | 73.7º | 0.71% | 0.89% | - |
| XYZ | 49.66 | 66.27 | 15.17 | - |
| YUV | 197.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 65 | 0.16 | 0 | 0.71 | 0.11 | 73.7 | 0.74 | 0.57 |
| Hex | BE | E3 | 41 | 10 | 0 | 47 | B | 4A | 4A | 39 |
| Octal | 276 | 343 | 101 | 20 | 0 | 107 | 13 | 112 | 112 | 71 |
| Binary | 10111110 | 11100011 | 1000001 | 10000 | 0 | 1000111 | 1011 | 1001010 | 1001010 | 111001 |
Color Harmonies of #BEE341
Complementary color
Monochromatic Colors of #BEE341
Black with #BEE341
Text Example
Text Example
White with #BEE341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE341; }
p { color: rgb(190,227,65); }
H1.HeaderClassName
{
color: #BEE341;
}
.AnyTagClassName
{
color: #BEE341;
}
</style>
background-color css
<style>
a { background-color: #BEE341; }
a { background-color: rgb(190,227,65); }
div.DivClassName
{
background-color: #BEE341;
}
.BgClassName
{
background-color: #BEE341;
}
</style>
border-color css
<style>
span { border-color: #BEE341; }
span { border-color: rgb(190,227,65); }
td.TdClassName
{
border-color: #BEE341;
}
.TagClassName
{
border-color: #BEE341;
}
</style>