Shades of Las Palmas #BFD83C
Tints of Las Palmas #BFD83C
RGB
CMYK
RGB Variations
Color information
#BFD83C (or 0xBFD83C) is known color: Las Palmas. HEX triplet: BF, D8 and 3C. RGB value is (191,216,60). Sum of RGB (Red+Green+Blue) = 191+216+60=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD83C is #4027C3. Grayscale: #BFBFBF. Windows color (decimal): -4204484 or 3987647. OLE color: 3987647.
HSL color Cylindrical-coordinate representation of color #BFD83C: hue angle of 69.62º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFD83C is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 60 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.15 |
| HSL | 69.62º | 0.67% | 0.54% | - |
| HSV(B) | 69.62º | 0.72% | 0.85% | - |
| XYZ | 46.86 | 60.51 | 13.49 | - |
| YUV | 190.74 | 54.22 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 60 | 0.12 | 0 | 0.72 | 0.15 | 69.62 | 0.67 | 0.54 |
| Hex | BF | D8 | 3C | C | 0 | 48 | F | 46 | 43 | 36 |
| Octal | 277 | 330 | 74 | 14 | 0 | 110 | 17 | 106 | 103 | 66 |
| Binary | 10111111 | 11011000 | 111100 | 1100 | 0 | 1001000 | 1111 | 1000110 | 1000011 | 110110 |
Color Harmonies of #BFD83C
Complementary color
Monochromatic Colors of #BFD83C
Black with #BFD83C
Text Example
Text Example
White with #BFD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD83C; }
p { color: rgb(191,216,60); }
H1.HeaderClassName
{
color: #BFD83C;
}
.AnyTagClassName
{
color: #BFD83C;
}
</style>
background-color css
<style>
a { background-color: #BFD83C; }
a { background-color: rgb(191,216,60); }
div.DivClassName
{
background-color: #BFD83C;
}
.BgClassName
{
background-color: #BFD83C;
}
</style>
border-color css
<style>
span { border-color: #BFD83C; }
span { border-color: rgb(191,216,60); }
td.TdClassName
{
border-color: #BFD83C;
}
.TagClassName
{
border-color: #BFD83C;
}
</style>