Shades of Las Palmas #BEEE2D
Tints of Las Palmas #BEEE2D
RGB
CMYK
RGB Variations
Color information
#BEEE2D (or 0xBEEE2D) is known color: Las Palmas. HEX triplet: BE, EE and 2D. RGB value is (190,238,45). Sum of RGB (Red+Green+Blue) = 190+238+45=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEE2D is #4111D2. Grayscale: #CACACA. Windows color (decimal): -4264403 or 3010238. OLE color: 3010238.
HSL color Cylindrical-coordinate representation of color #BEEE2D: hue angle of 74.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEEE2D is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 45 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.07 |
| HSL | 74.92º | 0.85% | 0.55% | - |
| HSV(B) | 74.92º | 0.81% | 0.93% | - |
| XYZ | 52.28 | 72.29 | 13.68 | - |
| YUV | 201.65 | 39.6 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 45 | 0.20 | 0 | 0.81 | 0.07 | 74.92 | 0.85 | 0.55 |
| Hex | BE | EE | 2D | 14 | 0 | 51 | 7 | 4B | 55 | 37 |
| Octal | 276 | 356 | 55 | 24 | 0 | 121 | 7 | 113 | 125 | 67 |
| Binary | 10111110 | 11101110 | 101101 | 10100 | 0 | 1010001 | 111 | 1001011 | 1010101 | 110111 |
Color Harmonies of #BEEE2D
Complementary color
Monochromatic Colors of #BEEE2D
Black with #BEEE2D
Text Example
Text Example
White with #BEEE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEE2D; }
p { color: rgb(190,238,45); }
H1.HeaderClassName
{
color: #BEEE2D;
}
.AnyTagClassName
{
color: #BEEE2D;
}
</style>
background-color css
<style>
a { background-color: #BEEE2D; }
a { background-color: rgb(190,238,45); }
div.DivClassName
{
background-color: #BEEE2D;
}
.BgClassName
{
background-color: #BEEE2D;
}
</style>
border-color css
<style>
span { border-color: #BEEE2D; }
span { border-color: rgb(190,238,45); }
td.TdClassName
{
border-color: #BEEE2D;
}
.TagClassName
{
border-color: #BEEE2D;
}
</style>