Shades of Las Palmas #BEE735
Tints of Las Palmas #BEE735
RGB
CMYK
RGB Variations
Color information
#BEE735 (or 0xBEE735) is known color: Las Palmas. HEX triplet: BE, E7 and 35. RGB value is (190,231,53). Sum of RGB (Red+Green+Blue) = 190+231+53=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 53 (21.09% from 255 or 11.18% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE735 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE735 is #4118CA. Grayscale: #C7C7C7. Windows color (decimal): -4266187 or 3532734. OLE color: 3532734.
HSL color Cylindrical-coordinate representation of color #BEE735: hue angle of 73.82º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEE735 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 53 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.09 |
| HSL | 73.82º | 0.79% | 0.56% | - |
| HSV(B) | 73.82º | 0.77% | 0.91% | - |
| XYZ | 50.45 | 68.36 | 13.9 | - |
| YUV | 198.45 | 45.92 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 53 | 0.18 | 0 | 0.77 | 0.09 | 73.82 | 0.79 | 0.56 |
| Hex | BE | E7 | 35 | 12 | 0 | 4D | 9 | 4A | 4F | 38 |
| Octal | 276 | 347 | 65 | 22 | 0 | 115 | 11 | 112 | 117 | 70 |
| Binary | 10111110 | 11100111 | 110101 | 10010 | 0 | 1001101 | 1001 | 1001010 | 1001111 | 111000 |
Color Harmonies of #BEE735
Complementary color
Monochromatic Colors of #BEE735
Black with #BEE735
Text Example
Text Example
White with #BEE735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE735; }
p { color: rgb(190,231,53); }
H1.HeaderClassName
{
color: #BEE735;
}
.AnyTagClassName
{
color: #BEE735;
}
</style>
background-color css
<style>
a { background-color: #BEE735; }
a { background-color: rgb(190,231,53); }
div.DivClassName
{
background-color: #BEE735;
}
.BgClassName
{
background-color: #BEE735;
}
</style>
border-color css
<style>
span { border-color: #BEE735; }
span { border-color: rgb(190,231,53); }
td.TdClassName
{
border-color: #BEE735;
}
.TagClassName
{
border-color: #BEE735;
}
</style>