Shades of Las Palmas #BFDF3C
Tints of Las Palmas #BFDF3C
RGB
CMYK
RGB Variations
Color information
#BFDF3C (or 0xBFDF3C) is known color: Las Palmas. HEX triplet: BF, DF and 3C. RGB value is (191,223,60). Sum of RGB (Red+Green+Blue) = 191+223+60=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF3C is #4020C3. Grayscale: #C3C3C3. Windows color (decimal): -4202692 or 3989439. OLE color: 3989439.
HSL color Cylindrical-coordinate representation of color #BFDF3C: hue angle of 71.78º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFDF3C is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 60 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.13 |
| HSL | 71.78º | 0.72% | 0.55% | - |
| HSV(B) | 71.78º | 0.73% | 0.87% | - |
| XYZ | 48.69 | 64.18 | 14.1 | - |
| YUV | 194.85 | 51.9 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 60 | 0.14 | 0 | 0.73 | 0.13 | 71.78 | 0.72 | 0.55 |
| Hex | BF | DF | 3C | E | 0 | 49 | D | 48 | 48 | 37 |
| Octal | 277 | 337 | 74 | 16 | 0 | 111 | 15 | 110 | 110 | 67 |
| Binary | 10111111 | 11011111 | 111100 | 1110 | 0 | 1001001 | 1101 | 1001000 | 1001000 | 110111 |
Color Harmonies of #BFDF3C
Complementary color
Monochromatic Colors of #BFDF3C
Black with #BFDF3C
Text Example
Text Example
White with #BFDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF3C; }
p { color: rgb(191,223,60); }
H1.HeaderClassName
{
color: #BFDF3C;
}
.AnyTagClassName
{
color: #BFDF3C;
}
</style>
background-color css
<style>
a { background-color: #BFDF3C; }
a { background-color: rgb(191,223,60); }
div.DivClassName
{
background-color: #BFDF3C;
}
.BgClassName
{
background-color: #BFDF3C;
}
</style>
border-color css
<style>
span { border-color: #BFDF3C; }
span { border-color: rgb(191,223,60); }
td.TdClassName
{
border-color: #BFDF3C;
}
.TagClassName
{
border-color: #BFDF3C;
}
</style>