Shades of Las Palmas #BFDF38
Tints of Las Palmas #BFDF38
RGB
CMYK
RGB Variations
Color information
#BFDF38 (or 0xBFDF38) is known color: Las Palmas. HEX triplet: BF, DF and 38. RGB value is (191,223,56). Sum of RGB (Red+Green+Blue) = 191+223+56=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF38 is #4020C7. Grayscale: #C3C3C3. Windows color (decimal): -4202696 or 3727295. OLE color: 3727295.
HSL color Cylindrical-coordinate representation of color #BFDF38: hue angle of 71.5º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFDF38 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 56 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.13 |
| HSL | 71.5º | 0.72% | 0.55% | - |
| HSV(B) | 71.5º | 0.75% | 0.87% | - |
| XYZ | 48.59 | 64.14 | 13.56 | - |
| YUV | 194.39 | 49.9 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 56 | 0.14 | 0 | 0.75 | 0.13 | 71.5 | 0.72 | 0.55 |
| Hex | BF | DF | 38 | E | 0 | 4B | D | 47 | 48 | 37 |
| Octal | 277 | 337 | 70 | 16 | 0 | 113 | 15 | 107 | 110 | 67 |
| Binary | 10111111 | 11011111 | 111000 | 1110 | 0 | 1001011 | 1101 | 1000111 | 1001000 | 110111 |
Color Harmonies of #BFDF38
Complementary color
Monochromatic Colors of #BFDF38
Black with #BFDF38
Text Example
Text Example
White with #BFDF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF38; }
p { color: rgb(191,223,56); }
H1.HeaderClassName
{
color: #BFDF38;
}
.AnyTagClassName
{
color: #BFDF38;
}
</style>
background-color css
<style>
a { background-color: #BFDF38; }
a { background-color: rgb(191,223,56); }
div.DivClassName
{
background-color: #BFDF38;
}
.BgClassName
{
background-color: #BFDF38;
}
</style>
border-color css
<style>
span { border-color: #BFDF38; }
span { border-color: rgb(191,223,56); }
td.TdClassName
{
border-color: #BFDF38;
}
.TagClassName
{
border-color: #BFDF38;
}
</style>