Shades of Las Palmas #BEEC2F
Tints of Las Palmas #BEEC2F
RGB
CMYK
RGB Variations
Color information
#BEEC2F (or 0xBEEC2F) is known color: Las Palmas. HEX triplet: BE, EC and 2F. RGB value is (190,236,47). Sum of RGB (Red+Green+Blue) = 190+236+47=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEC2F is #4113D0. Grayscale: #C9C9C9. Windows color (decimal): -4264913 or 3140798. OLE color: 3140798.
HSL color Cylindrical-coordinate representation of color #BEEC2F: hue angle of 74.6º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEEC2F is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 47 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.07 |
| HSL | 74.6º | 0.83% | 0.55% | - |
| HSV(B) | 74.6º | 0.8% | 0.93% | - |
| XYZ | 51.74 | 71.14 | 13.69 | - |
| YUV | 200.7 | 41.26 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 47 | 0.19 | 0 | 0.80 | 0.07 | 74.6 | 0.83 | 0.55 |
| Hex | BE | EC | 2F | 13 | 0 | 50 | 7 | 4B | 53 | 37 |
| Octal | 276 | 354 | 57 | 23 | 0 | 120 | 7 | 113 | 123 | 67 |
| Binary | 10111110 | 11101100 | 101111 | 10011 | 0 | 1010000 | 111 | 1001011 | 1010011 | 110111 |
Color Harmonies of #BEEC2F
Complementary color
Monochromatic Colors of #BEEC2F
Black with #BEEC2F
Text Example
Text Example
White with #BEEC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEC2F; }
p { color: rgb(190,236,47); }
H1.HeaderClassName
{
color: #BEEC2F;
}
.AnyTagClassName
{
color: #BEEC2F;
}
</style>
background-color css
<style>
a { background-color: #BEEC2F; }
a { background-color: rgb(190,236,47); }
div.DivClassName
{
background-color: #BEEC2F;
}
.BgClassName
{
background-color: #BEEC2F;
}
</style>
border-color css
<style>
span { border-color: #BEEC2F; }
span { border-color: rgb(190,236,47); }
td.TdClassName
{
border-color: #BEEC2F;
}
.TagClassName
{
border-color: #BEEC2F;
}
</style>