Shades of Las Palmas #BFD43D
Tints of Las Palmas #BFD43D
RGB
CMYK
RGB Variations
Color information
#BFD43D (or 0xBFD43D) is known color: Las Palmas. HEX triplet: BF, D4 and 3D. RGB value is (191,212,61). Sum of RGB (Red+Green+Blue) = 191+212+61=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD43D is #402BC2. Grayscale: #BDBDBD. Windows color (decimal): -4205507 or 4052159. OLE color: 4052159.
HSL color Cylindrical-coordinate representation of color #BFD43D: hue angle of 68.34º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFD43D is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 61 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.17 |
| HSL | 68.34º | 0.64% | 0.54% | - |
| HSV(B) | 68.34º | 0.71% | 0.83% | - |
| XYZ | 45.87 | 58.5 | 13.29 | - |
| YUV | 188.51 | 56.04 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 61 | 0.10 | 0 | 0.71 | 0.17 | 68.34 | 0.64 | 0.54 |
| Hex | BF | D4 | 3D | A | 0 | 47 | 11 | 44 | 40 | 36 |
| Octal | 277 | 324 | 75 | 12 | 0 | 107 | 21 | 104 | 100 | 66 |
| Binary | 10111111 | 11010100 | 111101 | 1010 | 0 | 1000111 | 10001 | 1000100 | 1000000 | 110110 |
Color Harmonies of #BFD43D
Complementary color
Monochromatic Colors of #BFD43D
Black with #BFD43D
Text Example
Text Example
White with #BFD43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD43D; }
p { color: rgb(191,212,61); }
H1.HeaderClassName
{
color: #BFD43D;
}
.AnyTagClassName
{
color: #BFD43D;
}
</style>
background-color css
<style>
a { background-color: #BFD43D; }
a { background-color: rgb(191,212,61); }
div.DivClassName
{
background-color: #BFD43D;
}
.BgClassName
{
background-color: #BFD43D;
}
</style>
border-color css
<style>
span { border-color: #BFD43D; }
span { border-color: rgb(191,212,61); }
td.TdClassName
{
border-color: #BFD43D;
}
.TagClassName
{
border-color: #BFD43D;
}
</style>