Shades of Las Palmas #BFE43B
Tints of Las Palmas #BFE43B
RGB
CMYK
RGB Variations
Color information
#BFE43B (or 0xBFE43B) is known color: Las Palmas. HEX triplet: BF, E4 and 3B. RGB value is (191,228,59). Sum of RGB (Red+Green+Blue) = 191+228+59=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE43B is #401BC4. Grayscale: #C6C6C6. Windows color (decimal): -4201413 or 3925183. OLE color: 3925183.
HSL color Cylindrical-coordinate representation of color #BFE43B: hue angle of 73.14º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFE43B is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 59 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.11 |
| HSL | 73.14º | 0.76% | 0.56% | - |
| HSV(B) | 73.14º | 0.74% | 0.89% | - |
| XYZ | 50.02 | 66.88 | 14.41 | - |
| YUV | 197.67 | 49.74 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 59 | 0.16 | 0 | 0.74 | 0.11 | 73.14 | 0.76 | 0.56 |
| Hex | BF | E4 | 3B | 10 | 0 | 4A | B | 49 | 4C | 38 |
| Octal | 277 | 344 | 73 | 20 | 0 | 112 | 13 | 111 | 114 | 70 |
| Binary | 10111111 | 11100100 | 111011 | 10000 | 0 | 1001010 | 1011 | 1001001 | 1001100 | 111000 |
Color Harmonies of #BFE43B
Complementary color
Monochromatic Colors of #BFE43B
Black with #BFE43B
Text Example
Text Example
White with #BFE43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE43B; }
p { color: rgb(191,228,59); }
H1.HeaderClassName
{
color: #BFE43B;
}
.AnyTagClassName
{
color: #BFE43B;
}
</style>
background-color css
<style>
a { background-color: #BFE43B; }
a { background-color: rgb(191,228,59); }
div.DivClassName
{
background-color: #BFE43B;
}
.BgClassName
{
background-color: #BFE43B;
}
</style>
border-color css
<style>
span { border-color: #BFE43B; }
span { border-color: rgb(191,228,59); }
td.TdClassName
{
border-color: #BFE43B;
}
.TagClassName
{
border-color: #BFE43B;
}
</style>