Shades of Las Palmas #BFD239
Tints of Las Palmas #BFD239
RGB
CMYK
RGB Variations
Color information
#BFD239 (or 0xBFD239) is known color: Las Palmas. HEX triplet: BF, D2 and 39. RGB value is (191,210,57). Sum of RGB (Red+Green+Blue) = 191+210+57=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 57 (22.66% from 255 or 12.45% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD239 is #402DC6. Grayscale: #BBBBBB. Windows color (decimal): -4206023 or 3789503. OLE color: 3789503.
HSL color Cylindrical-coordinate representation of color #BFD239: hue angle of 67.45º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFD239 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 57 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.18 |
| HSL | 67.45º | 0.63% | 0.52% | - |
| HSV(B) | 67.45º | 0.73% | 0.82% | - |
| XYZ | 45.27 | 57.46 | 12.58 | - |
| YUV | 186.88 | 54.71 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 57 | 0.09 | 0 | 0.73 | 0.18 | 67.45 | 0.63 | 0.52 |
| Hex | BF | D2 | 39 | 9 | 0 | 49 | 12 | 43 | 3F | 34 |
| Octal | 277 | 322 | 71 | 11 | 0 | 111 | 22 | 103 | 77 | 64 |
| Binary | 10111111 | 11010010 | 111001 | 1001 | 0 | 1001001 | 10010 | 1000011 | 111111 | 110100 |
Color Harmonies of #BFD239
Complementary color
Monochromatic Colors of #BFD239
Black with #BFD239
Text Example
Text Example
White with #BFD239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD239; }
p { color: rgb(191,210,57); }
H1.HeaderClassName
{
color: #BFD239;
}
.AnyTagClassName
{
color: #BFD239;
}
</style>
background-color css
<style>
a { background-color: #BFD239; }
a { background-color: rgb(191,210,57); }
div.DivClassName
{
background-color: #BFD239;
}
.BgClassName
{
background-color: #BFD239;
}
</style>
border-color css
<style>
span { border-color: #BFD239; }
span { border-color: rgb(191,210,57); }
td.TdClassName
{
border-color: #BFD239;
}
.TagClassName
{
border-color: #BFD239;
}
</style>