Shades of Las Palmas #BEED2D
Tints of Las Palmas #BEED2D
RGB
CMYK
RGB Variations
Color information
#BEED2D (or 0xBEED2D) is known color: Las Palmas. HEX triplet: BE, ED and 2D. RGB value is (190,237,45). Sum of RGB (Red+Green+Blue) = 190+237+45=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEED2D is #4112D2. Grayscale: #C9C9C9. Windows color (decimal): -4264659 or 3009982. OLE color: 3009982.
HSL color Cylindrical-coordinate representation of color #BEED2D: hue angle of 74.69º degrees, saturation: 0.84, 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 #BEED2D is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 45 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.07 |
| HSL | 74.69º | 0.84% | 0.55% | - |
| HSV(B) | 74.69º | 0.81% | 0.93% | - |
| XYZ | 51.99 | 71.7 | 13.58 | - |
| YUV | 201.06 | 39.93 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 45 | 0.20 | 0 | 0.81 | 0.07 | 74.69 | 0.84 | 0.55 |
| Hex | BE | ED | 2D | 14 | 0 | 51 | 7 | 4B | 54 | 37 |
| Octal | 276 | 355 | 55 | 24 | 0 | 121 | 7 | 113 | 124 | 67 |
| Binary | 10111110 | 11101101 | 101101 | 10100 | 0 | 1010001 | 111 | 1001011 | 1010100 | 110111 |
Color Harmonies of #BEED2D
Complementary color
Monochromatic Colors of #BEED2D
Black with #BEED2D
Text Example
Text Example
White with #BEED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED2D; }
p { color: rgb(190,237,45); }
H1.HeaderClassName
{
color: #BEED2D;
}
.AnyTagClassName
{
color: #BEED2D;
}
</style>
background-color css
<style>
a { background-color: #BEED2D; }
a { background-color: rgb(190,237,45); }
div.DivClassName
{
background-color: #BEED2D;
}
.BgClassName
{
background-color: #BEED2D;
}
</style>
border-color css
<style>
span { border-color: #BEED2D; }
span { border-color: rgb(190,237,45); }
td.TdClassName
{
border-color: #BEED2D;
}
.TagClassName
{
border-color: #BEED2D;
}
</style>