Shades of Las Palmas #BFDA36
Tints of Las Palmas #BFDA36
RGB
CMYK
RGB Variations
Color information
#BFDA36 (or 0xBFDA36) is known color: Las Palmas. HEX triplet: BF, DA and 36. RGB value is (191,218,54). Sum of RGB (Red+Green+Blue) = 191+218+54=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 54 (21.48% from 255 or 11.66% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDA36 is #4025C9. Grayscale: #BFBFBF. Windows color (decimal): -4203978 or 3594943. OLE color: 3594943.
HSL color Cylindrical-coordinate representation of color #BFDA36: hue angle of 69.88º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFDA36 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 54 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.15 |
| HSL | 69.88º | 0.69% | 0.53% | - |
| HSV(B) | 69.88º | 0.75% | 0.85% | - |
| XYZ | 47.22 | 61.49 | 12.87 | - |
| YUV | 191.23 | 50.55 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 54 | 0.12 | 0 | 0.75 | 0.15 | 69.88 | 0.69 | 0.53 |
| Hex | BF | DA | 36 | C | 0 | 4B | F | 46 | 45 | 35 |
| Octal | 277 | 332 | 66 | 14 | 0 | 113 | 17 | 106 | 105 | 65 |
| Binary | 10111111 | 11011010 | 110110 | 1100 | 0 | 1001011 | 1111 | 1000110 | 1000101 | 110101 |
Color Harmonies of #BFDA36
Complementary color
Monochromatic Colors of #BFDA36
Black with #BFDA36
Text Example
Text Example
White with #BFDA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA36; }
p { color: rgb(191,218,54); }
H1.HeaderClassName
{
color: #BFDA36;
}
.AnyTagClassName
{
color: #BFDA36;
}
</style>
background-color css
<style>
a { background-color: #BFDA36; }
a { background-color: rgb(191,218,54); }
div.DivClassName
{
background-color: #BFDA36;
}
.BgClassName
{
background-color: #BFDA36;
}
</style>
border-color css
<style>
span { border-color: #BFDA36; }
span { border-color: rgb(191,218,54); }
td.TdClassName
{
border-color: #BFDA36;
}
.TagClassName
{
border-color: #BFDA36;
}
</style>