Shades of Las Palmas #BFDD35
Tints of Las Palmas #BFDD35
RGB
CMYK
RGB Variations
Color information
#BFDD35 (or 0xBFDD35) is known color: Las Palmas. HEX triplet: BF, DD and 35. RGB value is (191,221,53). Sum of RGB (Red+Green+Blue) = 191+221+53=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD35 is #4022CA. Grayscale: #C1C1C1. Windows color (decimal): -4203211 or 3530175. OLE color: 3530175.
HSL color Cylindrical-coordinate representation of color #BFDD35: hue angle of 70.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFDD35 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 53 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.13 |
| HSL | 70.71º | 0.71% | 0.54% | - |
| HSV(B) | 70.71º | 0.76% | 0.87% | - |
| XYZ | 47.98 | 63.05 | 13.01 | - |
| YUV | 192.88 | 49.06 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 53 | 0.14 | 0 | 0.76 | 0.13 | 70.71 | 0.71 | 0.54 |
| Hex | BF | DD | 35 | E | 0 | 4C | D | 47 | 47 | 36 |
| Octal | 277 | 335 | 65 | 16 | 0 | 114 | 15 | 107 | 107 | 66 |
| Binary | 10111111 | 11011101 | 110101 | 1110 | 0 | 1001100 | 1101 | 1000111 | 1000111 | 110110 |
Color Harmonies of #BFDD35
Complementary color
Monochromatic Colors of #BFDD35
Black with #BFDD35
Text Example
Text Example
White with #BFDD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD35; }
p { color: rgb(191,221,53); }
H1.HeaderClassName
{
color: #BFDD35;
}
.AnyTagClassName
{
color: #BFDD35;
}
</style>
background-color css
<style>
a { background-color: #BFDD35; }
a { background-color: rgb(191,221,53); }
div.DivClassName
{
background-color: #BFDD35;
}
.BgClassName
{
background-color: #BFDD35;
}
</style>
border-color css
<style>
span { border-color: #BFDD35; }
span { border-color: rgb(191,221,53); }
td.TdClassName
{
border-color: #BFDD35;
}
.TagClassName
{
border-color: #BFDD35;
}
</style>