Shades of Las Palmas #BFD93D
Tints of Las Palmas #BFD93D
RGB
CMYK
RGB Variations
Color information
#BFD93D (or 0xBFD93D) is known color: Las Palmas. HEX triplet: BF, D9 and 3D. RGB value is (191,217,61). Sum of RGB (Red+Green+Blue) = 191+217+61=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD93D is #4026C2. Grayscale: #C0C0C0. Windows color (decimal): -4204227 or 4053439. OLE color: 4053439.
HSL color Cylindrical-coordinate representation of color #BFD93D: hue angle of 70º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFD93D is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 61 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.15 |
| HSL | 70º | 0.67% | 0.55% | - |
| HSV(B) | 70º | 0.72% | 0.85% | - |
| XYZ | 47.14 | 61.04 | 13.71 | - |
| YUV | 191.44 | 54.39 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 61 | 0.12 | 0 | 0.72 | 0.15 | 70 | 0.67 | 0.55 |
| Hex | BF | D9 | 3D | C | 0 | 48 | F | 46 | 43 | 37 |
| Octal | 277 | 331 | 75 | 14 | 0 | 110 | 17 | 106 | 103 | 67 |
| Binary | 10111111 | 11011001 | 111101 | 1100 | 0 | 1001000 | 1111 | 1000110 | 1000011 | 110111 |
Color Harmonies of #BFD93D
Complementary color
Monochromatic Colors of #BFD93D
Black with #BFD93D
Text Example
Text Example
White with #BFD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD93D; }
p { color: rgb(191,217,61); }
H1.HeaderClassName
{
color: #BFD93D;
}
.AnyTagClassName
{
color: #BFD93D;
}
</style>
background-color css
<style>
a { background-color: #BFD93D; }
a { background-color: rgb(191,217,61); }
div.DivClassName
{
background-color: #BFD93D;
}
.BgClassName
{
background-color: #BFD93D;
}
</style>
border-color css
<style>
span { border-color: #BFD93D; }
span { border-color: rgb(191,217,61); }
td.TdClassName
{
border-color: #BFD93D;
}
.TagClassName
{
border-color: #BFD93D;
}
</style>