Shades of Las Palmas #BEE93F
Tints of Las Palmas #BEE93F
RGB
CMYK
RGB Variations
Color information
#BEE93F (or 0xBEE93F) is known color: Las Palmas. HEX triplet: BE, E9 and 3F. RGB value is (190,233,63). Sum of RGB (Red+Green+Blue) = 190+233+63=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 63 (25% from 255 or 12.96% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE93F is #4116C0. Grayscale: #C9C9C9. Windows color (decimal): -4265665 or 4188606. OLE color: 4188606.
HSL color Cylindrical-coordinate representation of color #BEE93F: hue angle of 75.18º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEE93F is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 63 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.09 |
| HSL | 75.18º | 0.79% | 0.58% | - |
| HSV(B) | 75.18º | 0.73% | 0.91% | - |
| XYZ | 51.27 | 69.58 | 15.43 | - |
| YUV | 200.76 | 50.25 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 63 | 0.18 | 0 | 0.73 | 0.09 | 75.18 | 0.79 | 0.58 |
| Hex | BE | E9 | 3F | 12 | 0 | 49 | 9 | 4B | 4F | 3A |
| Octal | 276 | 351 | 77 | 22 | 0 | 111 | 11 | 113 | 117 | 72 |
| Binary | 10111110 | 11101001 | 111111 | 10010 | 0 | 1001001 | 1001 | 1001011 | 1001111 | 111010 |
Color Harmonies of #BEE93F
Complementary color
Monochromatic Colors of #BEE93F
Black with #BEE93F
Text Example
Text Example
White with #BEE93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE93F; }
p { color: rgb(190,233,63); }
H1.HeaderClassName
{
color: #BEE93F;
}
.AnyTagClassName
{
color: #BEE93F;
}
</style>
background-color css
<style>
a { background-color: #BEE93F; }
a { background-color: rgb(190,233,63); }
div.DivClassName
{
background-color: #BEE93F;
}
.BgClassName
{
background-color: #BEE93F;
}
</style>
border-color css
<style>
span { border-color: #BEE93F; }
span { border-color: rgb(190,233,63); }
td.TdClassName
{
border-color: #BEE93F;
}
.TagClassName
{
border-color: #BEE93F;
}
</style>