Shades of Las Palmas #BFE53A
Tints of Las Palmas #BFE53A
RGB
CMYK
RGB Variations
Color information
#BFE53A (or 0xBFE53A) is known color: Las Palmas. HEX triplet: BF, E5 and 3A. RGB value is (191,229,58). Sum of RGB (Red+Green+Blue) = 191+229+58=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE53A is #401AC5. Grayscale: #C6C6C6. Windows color (decimal): -4201158 or 3859903. OLE color: 3859903.
HSL color Cylindrical-coordinate representation of color #BFE53A: hue angle of 73.33º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFE53A is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 58 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.10 |
| HSL | 73.33º | 0.77% | 0.56% | - |
| HSV(B) | 73.33º | 0.75% | 0.9% | - |
| XYZ | 50.27 | 67.42 | 14.37 | - |
| YUV | 198.14 | 48.91 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 58 | 0.17 | 0 | 0.75 | 0.10 | 73.33 | 0.77 | 0.56 |
| Hex | BF | E5 | 3A | 11 | 0 | 4B | A | 49 | 4D | 38 |
| Octal | 277 | 345 | 72 | 21 | 0 | 113 | 12 | 111 | 115 | 70 |
| Binary | 10111111 | 11100101 | 111010 | 10001 | 0 | 1001011 | 1010 | 1001001 | 1001101 | 111000 |
Color Harmonies of #BFE53A
Complementary color
Monochromatic Colors of #BFE53A
Black with #BFE53A
Text Example
Text Example
White with #BFE53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE53A; }
p { color: rgb(191,229,58); }
H1.HeaderClassName
{
color: #BFE53A;
}
.AnyTagClassName
{
color: #BFE53A;
}
</style>
background-color css
<style>
a { background-color: #BFE53A; }
a { background-color: rgb(191,229,58); }
div.DivClassName
{
background-color: #BFE53A;
}
.BgClassName
{
background-color: #BFE53A;
}
</style>
border-color css
<style>
span { border-color: #BFE53A; }
span { border-color: rgb(191,229,58); }
td.TdClassName
{
border-color: #BFE53A;
}
.TagClassName
{
border-color: #BFE53A;
}
</style>