Shades of Las Palmas #BEEC32
Tints of Las Palmas #BEEC32
RGB
CMYK
RGB Variations
Color information
#BEEC32 (or 0xBEEC32) is known color: Las Palmas. HEX triplet: BE, EC and 32. RGB value is (190,236,50). Sum of RGB (Red+Green+Blue) = 190+236+50=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEC32 is #4113CD. Grayscale: #C9C9C9. Windows color (decimal): -4264910 or 3337406. OLE color: 3337406.
HSL color Cylindrical-coordinate representation of color #BEEC32: hue angle of 74.84º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEEC32 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 50 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.07 |
| HSL | 74.84º | 0.83% | 0.56% | - |
| HSV(B) | 74.84º | 0.79% | 0.93% | - |
| XYZ | 51.81 | 71.17 | 14.02 | - |
| YUV | 201.04 | 42.76 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 50 | 0.19 | 0 | 0.79 | 0.07 | 74.84 | 0.83 | 0.56 |
| Hex | BE | EC | 32 | 13 | 0 | 4F | 7 | 4B | 53 | 38 |
| Octal | 276 | 354 | 62 | 23 | 0 | 117 | 7 | 113 | 123 | 70 |
| Binary | 10111110 | 11101100 | 110010 | 10011 | 0 | 1001111 | 111 | 1001011 | 1010011 | 111000 |
Color Harmonies of #BEEC32
Complementary color
Monochromatic Colors of #BEEC32
Black with #BEEC32
Text Example
Text Example
White with #BEEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEC32; }
p { color: rgb(190,236,50); }
H1.HeaderClassName
{
color: #BEEC32;
}
.AnyTagClassName
{
color: #BEEC32;
}
</style>
background-color css
<style>
a { background-color: #BEEC32; }
a { background-color: rgb(190,236,50); }
div.DivClassName
{
background-color: #BEEC32;
}
.BgClassName
{
background-color: #BEEC32;
}
</style>
border-color css
<style>
span { border-color: #BEEC32; }
span { border-color: rgb(190,236,50); }
td.TdClassName
{
border-color: #BEEC32;
}
.TagClassName
{
border-color: #BEEC32;
}
</style>