Shades of Las Palmas #BEF03C
Tints of Las Palmas #BEF03C
RGB
CMYK
RGB Variations
Color information
#BEF03C (or 0xBEF03C) is known color: Las Palmas. HEX triplet: BE, F0 and 3C. RGB value is (190,240,60). Sum of RGB (Red+Green+Blue) = 190+240+60=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF03C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF03C is #410FC3. Grayscale: #CDCDCD. Windows color (decimal): -4263876 or 3993790. OLE color: 3993790.
HSL color Cylindrical-coordinate representation of color #BEF03C: hue angle of 76.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEF03C is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 60 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.06 |
| HSL | 76.67º | 0.86% | 0.59% | - |
| HSV(B) | 76.67º | 0.75% | 0.94% | - |
| XYZ | 53.21 | 73.59 | 15.68 | - |
| YUV | 204.53 | 46.44 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 60 | 0.21 | 0 | 0.75 | 0.06 | 76.67 | 0.86 | 0.59 |
| Hex | BE | F0 | 3C | 15 | 0 | 4B | 6 | 4D | 56 | 3B |
| Octal | 276 | 360 | 74 | 25 | 0 | 113 | 6 | 115 | 126 | 73 |
| Binary | 10111110 | 11110000 | 111100 | 10101 | 0 | 1001011 | 110 | 1001101 | 1010110 | 111011 |
Color Harmonies of #BEF03C
Complementary color
Monochromatic Colors of #BEF03C
Black with #BEF03C
Text Example
Text Example
White with #BEF03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF03C; }
p { color: rgb(190,240,60); }
H1.HeaderClassName
{
color: #BEF03C;
}
.AnyTagClassName
{
color: #BEF03C;
}
</style>
background-color css
<style>
a { background-color: #BEF03C; }
a { background-color: rgb(190,240,60); }
div.DivClassName
{
background-color: #BEF03C;
}
.BgClassName
{
background-color: #BEF03C;
}
</style>
border-color css
<style>
span { border-color: #BEF03C; }
span { border-color: rgb(190,240,60); }
td.TdClassName
{
border-color: #BEF03C;
}
.TagClassName
{
border-color: #BEF03C;
}
</style>