Shades of Las Palmas #BFF035
Tints of Las Palmas #BFF035
RGB
CMYK
RGB Variations
Color information
#BFF035 (or 0xBFF035) is known color: Las Palmas. HEX triplet: BF, F0 and 35. RGB value is (191,240,53). Sum of RGB (Red+Green+Blue) = 191+240+53=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF035 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF035 is #400FCA. Grayscale: #CCCCCC. Windows color (decimal): -4198347 or 3535039. OLE color: 3535039.
HSL color Cylindrical-coordinate representation of color #BFF035: hue angle of 75.72º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFF035 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 53 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.06 |
| HSL | 75.72º | 0.86% | 0.57% | - |
| HSV(B) | 75.72º | 0.78% | 0.94% | - |
| XYZ | 53.29 | 73.65 | 14.78 | - |
| YUV | 204.03 | 42.77 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 53 | 0.20 | 0 | 0.78 | 0.06 | 75.72 | 0.86 | 0.57 |
| Hex | BF | F0 | 35 | 14 | 0 | 4E | 6 | 4C | 56 | 39 |
| Octal | 277 | 360 | 65 | 24 | 0 | 116 | 6 | 114 | 126 | 71 |
| Binary | 10111111 | 11110000 | 110101 | 10100 | 0 | 1001110 | 110 | 1001100 | 1010110 | 111001 |
Color Harmonies of #BFF035
Complementary color
Monochromatic Colors of #BFF035
Black with #BFF035
Text Example
Text Example
White with #BFF035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF035; }
p { color: rgb(191,240,53); }
H1.HeaderClassName
{
color: #BFF035;
}
.AnyTagClassName
{
color: #BFF035;
}
</style>
background-color css
<style>
a { background-color: #BFF035; }
a { background-color: rgb(191,240,53); }
div.DivClassName
{
background-color: #BFF035;
}
.BgClassName
{
background-color: #BFF035;
}
</style>
border-color css
<style>
span { border-color: #BFF035; }
span { border-color: rgb(191,240,53); }
td.TdClassName
{
border-color: #BFF035;
}
.TagClassName
{
border-color: #BFF035;
}
</style>