Shades of Las Palmas #BFD23E
Tints of Las Palmas #BFD23E
RGB
CMYK
RGB Variations
Color information
#BFD23E (or 0xBFD23E) is known color: Las Palmas. HEX triplet: BF, D2 and 3E. RGB value is (191,210,62). Sum of RGB (Red+Green+Blue) = 191+210+62=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD23E is #402DC1. Grayscale: #BCBCBC. Windows color (decimal): -4206018 or 4117183. OLE color: 4117183.
HSL color Cylindrical-coordinate representation of color #BFD23E: hue angle of 67.7º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFD23E is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 62 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.18 |
| HSL | 67.7º | 0.62% | 0.53% | - |
| HSV(B) | 67.7º | 0.7% | 0.82% | - |
| XYZ | 45.4 | 57.52 | 13.27 | - |
| YUV | 187.45 | 57.21 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 62 | 0.09 | 0 | 0.70 | 0.18 | 67.7 | 0.62 | 0.53 |
| Hex | BF | D2 | 3E | 9 | 0 | 46 | 12 | 44 | 3E | 35 |
| Octal | 277 | 322 | 76 | 11 | 0 | 106 | 22 | 104 | 76 | 65 |
| Binary | 10111111 | 11010010 | 111110 | 1001 | 0 | 1000110 | 10010 | 1000100 | 111110 | 110101 |
Color Harmonies of #BFD23E
Complementary color
Monochromatic Colors of #BFD23E
Black with #BFD23E
Text Example
Text Example
White with #BFD23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD23E; }
p { color: rgb(191,210,62); }
H1.HeaderClassName
{
color: #BFD23E;
}
.AnyTagClassName
{
color: #BFD23E;
}
</style>
background-color css
<style>
a { background-color: #BFD23E; }
a { background-color: rgb(191,210,62); }
div.DivClassName
{
background-color: #BFD23E;
}
.BgClassName
{
background-color: #BFD23E;
}
</style>
border-color css
<style>
span { border-color: #BFD23E; }
span { border-color: rgb(191,210,62); }
td.TdClassName
{
border-color: #BFD23E;
}
.TagClassName
{
border-color: #BFD23E;
}
</style>