Shades of Las Palmas #BFF03A
Tints of Las Palmas #BFF03A
RGB
CMYK
RGB Variations
Color information
#BFF03A (or 0xBFF03A) is known color: Las Palmas. HEX triplet: BF, F0 and 3A. RGB value is (191,240,58). Sum of RGB (Red+Green+Blue) = 191+240+58=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF03A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF03A is #400FC5. Grayscale: #CDCDCD. Windows color (decimal): -4198342 or 3862719. OLE color: 3862719.
HSL color Cylindrical-coordinate representation of color #BFF03A: hue angle of 76.15º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFF03A is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 58 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.06 |
| HSL | 76.15º | 0.86% | 0.58% | - |
| HSV(B) | 76.15º | 0.76% | 0.94% | - |
| XYZ | 53.41 | 73.7 | 15.41 | - |
| YUV | 204.6 | 45.27 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 58 | 0.20 | 0 | 0.76 | 0.06 | 76.15 | 0.86 | 0.58 |
| Hex | BF | F0 | 3A | 14 | 0 | 4C | 6 | 4C | 56 | 3A |
| Octal | 277 | 360 | 72 | 24 | 0 | 114 | 6 | 114 | 126 | 72 |
| Binary | 10111111 | 11110000 | 111010 | 10100 | 0 | 1001100 | 110 | 1001100 | 1010110 | 111010 |
Color Harmonies of #BFF03A
Complementary color
Monochromatic Colors of #BFF03A
Black with #BFF03A
Text Example
Text Example
White with #BFF03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF03A; }
p { color: rgb(191,240,58); }
H1.HeaderClassName
{
color: #BFF03A;
}
.AnyTagClassName
{
color: #BFF03A;
}
</style>
background-color css
<style>
a { background-color: #BFF03A; }
a { background-color: rgb(191,240,58); }
div.DivClassName
{
background-color: #BFF03A;
}
.BgClassName
{
background-color: #BFF03A;
}
</style>
border-color css
<style>
span { border-color: #BFF03A; }
span { border-color: rgb(191,240,58); }
td.TdClassName
{
border-color: #BFF03A;
}
.TagClassName
{
border-color: #BFF03A;
}
</style>