Shades of Las Palmas #BFD242
Tints of Las Palmas #BFD242
RGB
CMYK
RGB Variations
Color information
#BFD242 (or 0xBFD242) is known color: Las Palmas. HEX triplet: BF, D2 and 42. RGB value is (191,210,66). Sum of RGB (Red+Green+Blue) = 191+210+66=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD242 is #402DBD. Grayscale: #BCBCBC. Windows color (decimal): -4206014 or 4379327. OLE color: 4379327.
HSL color Cylindrical-coordinate representation of color #BFD242: hue angle of 67.92º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFD242 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 66 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.18 |
| HSL | 67.92º | 0.62% | 0.54% | - |
| HSV(B) | 67.92º | 0.69% | 0.82% | - |
| XYZ | 45.52 | 57.56 | 13.87 | - |
| YUV | 187.9 | 59.21 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 66 | 0.09 | 0 | 0.69 | 0.18 | 67.92 | 0.62 | 0.54 |
| Hex | BF | D2 | 42 | 9 | 0 | 45 | 12 | 44 | 3E | 36 |
| Octal | 277 | 322 | 102 | 11 | 0 | 105 | 22 | 104 | 76 | 66 |
| Binary | 10111111 | 11010010 | 1000010 | 1001 | 0 | 1000101 | 10010 | 1000100 | 111110 | 110110 |
Color Harmonies of #BFD242
Complementary color
Monochromatic Colors of #BFD242
Black with #BFD242
Text Example
Text Example
White with #BFD242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD242; }
p { color: rgb(191,210,66); }
H1.HeaderClassName
{
color: #BFD242;
}
.AnyTagClassName
{
color: #BFD242;
}
</style>
background-color css
<style>
a { background-color: #BFD242; }
a { background-color: rgb(191,210,66); }
div.DivClassName
{
background-color: #BFD242;
}
.BgClassName
{
background-color: #BFD242;
}
</style>
border-color css
<style>
span { border-color: #BFD242; }
span { border-color: rgb(191,210,66); }
td.TdClassName
{
border-color: #BFD242;
}
.TagClassName
{
border-color: #BFD242;
}
</style>