Shades of Las Palmas #BFF040
Tints of Las Palmas #BFF040
RGB
CMYK
RGB Variations
Color information
#BFF040 (or 0xBFF040) is known color: Las Palmas. HEX triplet: BF, F0 and 40. RGB value is (191,240,64). Sum of RGB (Red+Green+Blue) = 191+240+64=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF040 is #400FBF. Grayscale: #CDCDCD. Windows color (decimal): -4198336 or 4255935. OLE color: 4255935.
HSL color Cylindrical-coordinate representation of color #BFF040: hue angle of 76.7º 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 #BFF040 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 64 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.06 |
| HSL | 76.7º | 0.85% | 0.6% | - |
| HSV(B) | 76.7º | 0.73% | 0.94% | - |
| XYZ | 53.57 | 73.77 | 16.27 | - |
| YUV | 205.29 | 48.27 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 64 | 0.20 | 0 | 0.73 | 0.06 | 76.7 | 0.85 | 0.6 |
| Hex | BF | F0 | 40 | 14 | 0 | 49 | 6 | 4D | 55 | 3C |
| Octal | 277 | 360 | 100 | 24 | 0 | 111 | 6 | 115 | 125 | 74 |
| Binary | 10111111 | 11110000 | 1000000 | 10100 | 0 | 1001001 | 110 | 1001101 | 1010101 | 111100 |
Color Harmonies of #BFF040
Complementary color
Monochromatic Colors of #BFF040
Black with #BFF040
Text Example
Text Example
White with #BFF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF040; }
p { color: rgb(191,240,64); }
H1.HeaderClassName
{
color: #BFF040;
}
.AnyTagClassName
{
color: #BFF040;
}
</style>
background-color css
<style>
a { background-color: #BFF040; }
a { background-color: rgb(191,240,64); }
div.DivClassName
{
background-color: #BFF040;
}
.BgClassName
{
background-color: #BFF040;
}
</style>
border-color css
<style>
span { border-color: #BFF040; }
span { border-color: rgb(191,240,64); }
td.TdClassName
{
border-color: #BFF040;
}
.TagClassName
{
border-color: #BFF040;
}
</style>