Shades of Las Palmas #BFE03D
Tints of Las Palmas #BFE03D
RGB
CMYK
RGB Variations
Color information
#BFE03D (or 0xBFE03D) is known color: Las Palmas. HEX triplet: BF, E0 and 3D. RGB value is (191,224,61). Sum of RGB (Red+Green+Blue) = 191+224+61=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE03D is #401FC2. Grayscale: #C4C4C4. Windows color (decimal): -4202435 or 4055231. OLE color: 4055231.
HSL color Cylindrical-coordinate representation of color #BFE03D: hue angle of 72.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFE03D is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 61 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.12 |
| HSL | 72.15º | 0.72% | 0.56% | - |
| HSV(B) | 72.15º | 0.73% | 0.88% | - |
| XYZ | 48.98 | 64.72 | 14.33 | - |
| YUV | 195.55 | 52.07 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 61 | 0.15 | 0 | 0.73 | 0.12 | 72.15 | 0.72 | 0.56 |
| Hex | BF | E0 | 3D | F | 0 | 49 | C | 48 | 48 | 38 |
| Octal | 277 | 340 | 75 | 17 | 0 | 111 | 14 | 110 | 110 | 70 |
| Binary | 10111111 | 11100000 | 111101 | 1111 | 0 | 1001001 | 1100 | 1001000 | 1001000 | 111000 |
Color Harmonies of #BFE03D
Complementary color
Monochromatic Colors of #BFE03D
Black with #BFE03D
Text Example
Text Example
White with #BFE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE03D; }
p { color: rgb(191,224,61); }
H1.HeaderClassName
{
color: #BFE03D;
}
.AnyTagClassName
{
color: #BFE03D;
}
</style>
background-color css
<style>
a { background-color: #BFE03D; }
a { background-color: rgb(191,224,61); }
div.DivClassName
{
background-color: #BFE03D;
}
.BgClassName
{
background-color: #BFE03D;
}
</style>
border-color css
<style>
span { border-color: #BFE03D; }
span { border-color: rgb(191,224,61); }
td.TdClassName
{
border-color: #BFE03D;
}
.TagClassName
{
border-color: #BFE03D;
}
</style>