Shades of Las Palmas #BFD442
Tints of Las Palmas #BFD442
RGB
CMYK
RGB Variations
Color information
#BFD442 (or 0xBFD442) is known color: Las Palmas. HEX triplet: BF, D4 and 42. RGB value is (191,212,66). Sum of RGB (Red+Green+Blue) = 191+212+66=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD442 is #402BBD. Grayscale: #BDBDBD. Windows color (decimal): -4205502 or 4379839. OLE color: 4379839.
HSL color Cylindrical-coordinate representation of color #BFD442: hue angle of 68.63º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFD442 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 66 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.17 |
| HSL | 68.63º | 0.63% | 0.55% | - |
| HSV(B) | 68.63º | 0.69% | 0.83% | - |
| XYZ | 46.01 | 58.56 | 14.03 | - |
| YUV | 189.08 | 58.54 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 66 | 0.10 | 0 | 0.69 | 0.17 | 68.63 | 0.63 | 0.55 |
| Hex | BF | D4 | 42 | A | 0 | 45 | 11 | 45 | 3F | 37 |
| Octal | 277 | 324 | 102 | 12 | 0 | 105 | 21 | 105 | 77 | 67 |
| Binary | 10111111 | 11010100 | 1000010 | 1010 | 0 | 1000101 | 10001 | 1000101 | 111111 | 110111 |
Color Harmonies of #BFD442
Complementary color
Monochromatic Colors of #BFD442
Black with #BFD442
Text Example
Text Example
White with #BFD442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD442; }
p { color: rgb(191,212,66); }
H1.HeaderClassName
{
color: #BFD442;
}
.AnyTagClassName
{
color: #BFD442;
}
</style>
background-color css
<style>
a { background-color: #BFD442; }
a { background-color: rgb(191,212,66); }
div.DivClassName
{
background-color: #BFD442;
}
.BgClassName
{
background-color: #BFD442;
}
</style>
border-color css
<style>
span { border-color: #BFD442; }
span { border-color: rgb(191,212,66); }
td.TdClassName
{
border-color: #BFD442;
}
.TagClassName
{
border-color: #BFD442;
}
</style>