Shades of Las Palmas #BEE641
Tints of Las Palmas #BEE641
RGB
CMYK
RGB Variations
Color information
#BEE641 (or 0xBEE641) is known color: Las Palmas. HEX triplet: BE, E6 and 41. RGB value is (190,230,65). Sum of RGB (Red+Green+Blue) = 190+230+65=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE641 is #4119BE. Grayscale: #C7C7C7. Windows color (decimal): -4266431 or 4318910. OLE color: 4318910.
HSL color Cylindrical-coordinate representation of color #BEE641: hue angle of 74.55º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEE641 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 65 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.10 |
| HSL | 74.55º | 0.77% | 0.58% | - |
| HSV(B) | 74.55º | 0.72% | 0.9% | - |
| XYZ | 50.49 | 67.92 | 15.45 | - |
| YUV | 199.23 | 52.25 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 65 | 0.17 | 0 | 0.72 | 0.10 | 74.55 | 0.77 | 0.58 |
| Hex | BE | E6 | 41 | 11 | 0 | 48 | A | 4B | 4D | 3A |
| Octal | 276 | 346 | 101 | 21 | 0 | 110 | 12 | 113 | 115 | 72 |
| Binary | 10111110 | 11100110 | 1000001 | 10001 | 0 | 1001000 | 1010 | 1001011 | 1001101 | 111010 |
Color Harmonies of #BEE641
Complementary color
Monochromatic Colors of #BEE641
Black with #BEE641
Text Example
Text Example
White with #BEE641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE641; }
p { color: rgb(190,230,65); }
H1.HeaderClassName
{
color: #BEE641;
}
.AnyTagClassName
{
color: #BEE641;
}
</style>
background-color css
<style>
a { background-color: #BEE641; }
a { background-color: rgb(190,230,65); }
div.DivClassName
{
background-color: #BEE641;
}
.BgClassName
{
background-color: #BEE641;
}
</style>
border-color css
<style>
span { border-color: #BEE641; }
span { border-color: rgb(190,230,65); }
td.TdClassName
{
border-color: #BEE641;
}
.TagClassName
{
border-color: #BEE641;
}
</style>