Shades of Las Palmas #BEE03D
Tints of Las Palmas #BEE03D
RGB
CMYK
RGB Variations
Color information
#BEE03D (or 0xBEE03D) is known color: Las Palmas. HEX triplet: BE, E0 and 3D. RGB value is (190,224,61). Sum of RGB (Red+Green+Blue) = 190+224+61=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE03D is #411FC2. Grayscale: #C3C3C3. Windows color (decimal): -4267971 or 4055230. OLE color: 4055230.
HSL color Cylindrical-coordinate representation of color #BEE03D: hue angle of 72.52º degrees, saturation: 0.72, 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 #BEE03D is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 61 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.12 |
| HSL | 72.52º | 0.72% | 0.56% | - |
| HSV(B) | 72.52º | 0.73% | 0.88% | - |
| XYZ | 48.73 | 64.6 | 14.31 | - |
| YUV | 195.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 61 | 0.15 | 0 | 0.73 | 0.12 | 72.52 | 0.72 | 0.56 |
| Hex | BE | E0 | 3D | F | 0 | 49 | C | 49 | 48 | 38 |
| Octal | 276 | 340 | 75 | 17 | 0 | 111 | 14 | 111 | 110 | 70 |
| Binary | 10111110 | 11100000 | 111101 | 1111 | 0 | 1001001 | 1100 | 1001001 | 1001000 | 111000 |
Color Harmonies of #BEE03D
Complementary color
Monochromatic Colors of #BEE03D
Black with #BEE03D
Text Example
Text Example
White with #BEE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE03D; }
p { color: rgb(190,224,61); }
H1.HeaderClassName
{
color: #BEE03D;
}
.AnyTagClassName
{
color: #BEE03D;
}
</style>
background-color css
<style>
a { background-color: #BEE03D; }
a { background-color: rgb(190,224,61); }
div.DivClassName
{
background-color: #BEE03D;
}
.BgClassName
{
background-color: #BEE03D;
}
</style>
border-color css
<style>
span { border-color: #BEE03D; }
span { border-color: rgb(190,224,61); }
td.TdClassName
{
border-color: #BEE03D;
}
.TagClassName
{
border-color: #BEE03D;
}
</style>