Shades of Las Palmas #BEE03C
Tints of Las Palmas #BEE03C
RGB
CMYK
RGB Variations
Color information
#BEE03C (or 0xBEE03C) is known color: Las Palmas. HEX triplet: BE, E0 and 3C. RGB value is (190,224,60). Sum of RGB (Red+Green+Blue) = 190+224+60=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE03C is #411FC3. Grayscale: #C3C3C3. Windows color (decimal): -4267972 or 3989694. OLE color: 3989694.
HSL color Cylindrical-coordinate representation of color #BEE03C: hue angle of 72.44º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEE03C is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 60 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.12 |
| HSL | 72.44º | 0.73% | 0.56% | - |
| HSV(B) | 72.44º | 0.73% | 0.88% | - |
| XYZ | 48.71 | 64.58 | 14.17 | - |
| YUV | 195.14 | 51.74 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 60 | 0.15 | 0 | 0.73 | 0.12 | 72.44 | 0.73 | 0.56 |
| Hex | BE | E0 | 3C | F | 0 | 49 | C | 48 | 49 | 38 |
| Octal | 276 | 340 | 74 | 17 | 0 | 111 | 14 | 110 | 111 | 70 |
| Binary | 10111110 | 11100000 | 111100 | 1111 | 0 | 1001001 | 1100 | 1001000 | 1001001 | 111000 |
Color Harmonies of #BEE03C
Complementary color
Monochromatic Colors of #BEE03C
Black with #BEE03C
Text Example
Text Example
White with #BEE03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE03C; }
p { color: rgb(190,224,60); }
H1.HeaderClassName
{
color: #BEE03C;
}
.AnyTagClassName
{
color: #BEE03C;
}
</style>
background-color css
<style>
a { background-color: #BEE03C; }
a { background-color: rgb(190,224,60); }
div.DivClassName
{
background-color: #BEE03C;
}
.BgClassName
{
background-color: #BEE03C;
}
</style>
border-color css
<style>
span { border-color: #BEE03C; }
span { border-color: rgb(190,224,60); }
td.TdClassName
{
border-color: #BEE03C;
}
.TagClassName
{
border-color: #BEE03C;
}
</style>