Shades of Las Palmas #BFE53B
Tints of Las Palmas #BFE53B
RGB
CMYK
RGB Variations
Color information
#BFE53B (or 0xBFE53B) is known color: Las Palmas. HEX triplet: BF, E5 and 3B. RGB value is (191,229,59). Sum of RGB (Red+Green+Blue) = 191+229+59=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 59 (23.44% from 255 or 12.32% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE53B is #401AC4. Grayscale: #C6C6C6. Windows color (decimal): -4201157 or 3925439. OLE color: 3925439.
HSL color Cylindrical-coordinate representation of color #BFE53B: hue angle of 73.41º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFE53B is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 59 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.10 |
| HSL | 73.41º | 0.77% | 0.56% | - |
| HSV(B) | 73.41º | 0.74% | 0.9% | - |
| XYZ | 50.29 | 67.43 | 14.5 | - |
| YUV | 198.26 | 49.41 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 59 | 0.17 | 0 | 0.74 | 0.10 | 73.41 | 0.77 | 0.56 |
| Hex | BF | E5 | 3B | 11 | 0 | 4A | A | 49 | 4D | 38 |
| Octal | 277 | 345 | 73 | 21 | 0 | 112 | 12 | 111 | 115 | 70 |
| Binary | 10111111 | 11100101 | 111011 | 10001 | 0 | 1001010 | 1010 | 1001001 | 1001101 | 111000 |
Color Harmonies of #BFE53B
Complementary color
Monochromatic Colors of #BFE53B
Black with #BFE53B
Text Example
Text Example
White with #BFE53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE53B; }
p { color: rgb(191,229,59); }
H1.HeaderClassName
{
color: #BFE53B;
}
.AnyTagClassName
{
color: #BFE53B;
}
</style>
background-color css
<style>
a { background-color: #BFE53B; }
a { background-color: rgb(191,229,59); }
div.DivClassName
{
background-color: #BFE53B;
}
.BgClassName
{
background-color: #BFE53B;
}
</style>
border-color css
<style>
span { border-color: #BFE53B; }
span { border-color: rgb(191,229,59); }
td.TdClassName
{
border-color: #BFE53B;
}
.TagClassName
{
border-color: #BFE53B;
}
</style>