Shades of Las Palmas #BEF040
Tints of Las Palmas #BEF040
RGB
CMYK
RGB Variations
Color information
#BEF040 (or 0xBEF040) is known color: Las Palmas. HEX triplet: BE, F0 and 40. RGB value is (190,240,64). Sum of RGB (Red+Green+Blue) = 190+240+64=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF040 is #410FBF. Grayscale: #CDCDCD. Windows color (decimal): -4263872 or 4255934. OLE color: 4255934.
HSL color Cylindrical-coordinate representation of color #BEF040: hue angle of 77.05º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEF040 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 64 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.06 |
| HSL | 77.05º | 0.85% | 0.6% | - |
| HSV(B) | 77.05º | 0.73% | 0.94% | - |
| XYZ | 53.32 | 73.64 | 16.25 | - |
| YUV | 204.99 | 48.44 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 64 | 0.21 | 0 | 0.73 | 0.06 | 77.05 | 0.85 | 0.6 |
| Hex | BE | F0 | 40 | 15 | 0 | 49 | 6 | 4D | 55 | 3C |
| Octal | 276 | 360 | 100 | 25 | 0 | 111 | 6 | 115 | 125 | 74 |
| Binary | 10111110 | 11110000 | 1000000 | 10101 | 0 | 1001001 | 110 | 1001101 | 1010101 | 111100 |
Color Harmonies of #BEF040
Complementary color
Monochromatic Colors of #BEF040
Black with #BEF040
Text Example
Text Example
White with #BEF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF040; }
p { color: rgb(190,240,64); }
H1.HeaderClassName
{
color: #BEF040;
}
.AnyTagClassName
{
color: #BEF040;
}
</style>
background-color css
<style>
a { background-color: #BEF040; }
a { background-color: rgb(190,240,64); }
div.DivClassName
{
background-color: #BEF040;
}
.BgClassName
{
background-color: #BEF040;
}
</style>
border-color css
<style>
span { border-color: #BEF040; }
span { border-color: rgb(190,240,64); }
td.TdClassName
{
border-color: #BEF040;
}
.TagClassName
{
border-color: #BEF040;
}
</style>