Shades of Las Palmas #BEED41
Tints of Las Palmas #BEED41
RGB
CMYK
RGB Variations
Color information
#BEED41 (or 0xBEED41) is known color: Las Palmas. HEX triplet: BE, ED and 41. RGB value is (190,237,65). Sum of RGB (Red+Green+Blue) = 190+237+65=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEED41 is #4112BE. Grayscale: #CBCBCB. Windows color (decimal): -4264639 or 4320702. OLE color: 4320702.
HSL color Cylindrical-coordinate representation of color #BEED41: hue angle of 76.4º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEED41 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 65 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.07 |
| HSL | 76.4º | 0.83% | 0.59% | - |
| HSV(B) | 76.4º | 0.73% | 0.93% | - |
| XYZ | 52.47 | 71.9 | 16.11 | - |
| YUV | 203.34 | 49.93 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 65 | 0.20 | 0 | 0.73 | 0.07 | 76.4 | 0.83 | 0.59 |
| Hex | BE | ED | 41 | 14 | 0 | 49 | 7 | 4C | 53 | 3B |
| Octal | 276 | 355 | 101 | 24 | 0 | 111 | 7 | 114 | 123 | 73 |
| Binary | 10111110 | 11101101 | 1000001 | 10100 | 0 | 1001001 | 111 | 1001100 | 1010011 | 111011 |
Color Harmonies of #BEED41
Complementary color
Monochromatic Colors of #BEED41
Black with #BEED41
Text Example
Text Example
White with #BEED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED41; }
p { color: rgb(190,237,65); }
H1.HeaderClassName
{
color: #BEED41;
}
.AnyTagClassName
{
color: #BEED41;
}
</style>
background-color css
<style>
a { background-color: #BEED41; }
a { background-color: rgb(190,237,65); }
div.DivClassName
{
background-color: #BEED41;
}
.BgClassName
{
background-color: #BEED41;
}
</style>
border-color css
<style>
span { border-color: #BEED41; }
span { border-color: rgb(190,237,65); }
td.TdClassName
{
border-color: #BEED41;
}
.TagClassName
{
border-color: #BEED41;
}
</style>