Shades of Las Palmas #BFED40
Tints of Las Palmas #BFED40
RGB
CMYK
RGB Variations
Color information
#BFED40 (or 0xBFED40) is known color: Las Palmas. HEX triplet: BF, ED and 40. RGB value is (191,237,64). Sum of RGB (Red+Green+Blue) = 191+237+64=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFED40 is #4012BF. Grayscale: #CCCCCC. Windows color (decimal): -4199104 or 4255167. OLE color: 4255167.
HSL color Cylindrical-coordinate representation of color #BFED40: hue angle of 75.95º 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 #BFED40 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 64 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.07 |
| HSL | 75.95º | 0.83% | 0.59% | - |
| HSV(B) | 75.95º | 0.73% | 0.93% | - |
| XYZ | 52.7 | 72.01 | 15.97 | - |
| YUV | 203.52 | 49.26 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 64 | 0.19 | 0 | 0.73 | 0.07 | 75.95 | 0.83 | 0.59 |
| Hex | BF | ED | 40 | 13 | 0 | 49 | 7 | 4C | 53 | 3B |
| Octal | 277 | 355 | 100 | 23 | 0 | 111 | 7 | 114 | 123 | 73 |
| Binary | 10111111 | 11101101 | 1000000 | 10011 | 0 | 1001001 | 111 | 1001100 | 1010011 | 111011 |
Color Harmonies of #BFED40
Complementary color
Monochromatic Colors of #BFED40
Black with #BFED40
Text Example
Text Example
White with #BFED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED40; }
p { color: rgb(191,237,64); }
H1.HeaderClassName
{
color: #BFED40;
}
.AnyTagClassName
{
color: #BFED40;
}
</style>
background-color css
<style>
a { background-color: #BFED40; }
a { background-color: rgb(191,237,64); }
div.DivClassName
{
background-color: #BFED40;
}
.BgClassName
{
background-color: #BFED40;
}
</style>
border-color css
<style>
span { border-color: #BFED40; }
span { border-color: rgb(191,237,64); }
td.TdClassName
{
border-color: #BFED40;
}
.TagClassName
{
border-color: #BFED40;
}
</style>