Shades of Las Palmas #BFD63D
Tints of Las Palmas #BFD63D
RGB
CMYK
RGB Variations
Color information
#BFD63D (or 0xBFD63D) is known color: Las Palmas. HEX triplet: BF, D6 and 3D. RGB value is (191,214,61). Sum of RGB (Red+Green+Blue) = 191+214+61=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD63D is #4029C2. Grayscale: #BEBEBE. Windows color (decimal): -4204995 or 4052671. OLE color: 4052671.
HSL color Cylindrical-coordinate representation of color #BFD63D: hue angle of 69.02º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFD63D is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 61 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.16 |
| HSL | 69.02º | 0.65% | 0.54% | - |
| HSV(B) | 69.02º | 0.71% | 0.84% | - |
| XYZ | 46.37 | 59.51 | 13.46 | - |
| YUV | 189.68 | 55.38 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 61 | 0.11 | 0 | 0.71 | 0.16 | 69.02 | 0.65 | 0.54 |
| Hex | BF | D6 | 3D | B | 0 | 47 | 10 | 45 | 41 | 36 |
| Octal | 277 | 326 | 75 | 13 | 0 | 107 | 20 | 105 | 101 | 66 |
| Binary | 10111111 | 11010110 | 111101 | 1011 | 0 | 1000111 | 10000 | 1000101 | 1000001 | 110110 |
Color Harmonies of #BFD63D
Complementary color
Monochromatic Colors of #BFD63D
Black with #BFD63D
Text Example
Text Example
White with #BFD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD63D; }
p { color: rgb(191,214,61); }
H1.HeaderClassName
{
color: #BFD63D;
}
.AnyTagClassName
{
color: #BFD63D;
}
</style>
background-color css
<style>
a { background-color: #BFD63D; }
a { background-color: rgb(191,214,61); }
div.DivClassName
{
background-color: #BFD63D;
}
.BgClassName
{
background-color: #BFD63D;
}
</style>
border-color css
<style>
span { border-color: #BFD63D; }
span { border-color: rgb(191,214,61); }
td.TdClassName
{
border-color: #BFD63D;
}
.TagClassName
{
border-color: #BFD63D;
}
</style>