Shades of Las Palmas #BFE341
Tints of Las Palmas #BFE341
RGB
CMYK
RGB Variations
Color information
#BFE341 (or 0xBFE341) is known color: Las Palmas. HEX triplet: BF, E3 and 41. RGB value is (191,227,65). Sum of RGB (Red+Green+Blue) = 191+227+65=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE341 is #401CBE. Grayscale: #C6C6C6. Windows color (decimal): -4201663 or 4318143. OLE color: 4318143.
HSL color Cylindrical-coordinate representation of color #BFE341: hue angle of 73.33º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFE341 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 65 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.11 |
| HSL | 73.33º | 0.74% | 0.57% | - |
| HSV(B) | 73.33º | 0.71% | 0.89% | - |
| XYZ | 49.91 | 66.4 | 15.19 | - |
| YUV | 197.77 | 53.07 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 65 | 0.16 | 0 | 0.71 | 0.11 | 73.33 | 0.74 | 0.57 |
| Hex | BF | E3 | 41 | 10 | 0 | 47 | B | 49 | 4A | 39 |
| Octal | 277 | 343 | 101 | 20 | 0 | 107 | 13 | 111 | 112 | 71 |
| Binary | 10111111 | 11100011 | 1000001 | 10000 | 0 | 1000111 | 1011 | 1001001 | 1001010 | 111001 |
Color Harmonies of #BFE341
Complementary color
Monochromatic Colors of #BFE341
Black with #BFE341
Text Example
Text Example
White with #BFE341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE341; }
p { color: rgb(191,227,65); }
H1.HeaderClassName
{
color: #BFE341;
}
.AnyTagClassName
{
color: #BFE341;
}
</style>
background-color css
<style>
a { background-color: #BFE341; }
a { background-color: rgb(191,227,65); }
div.DivClassName
{
background-color: #BFE341;
}
.BgClassName
{
background-color: #BFE341;
}
</style>
border-color css
<style>
span { border-color: #BFE341; }
span { border-color: rgb(191,227,65); }
td.TdClassName
{
border-color: #BFE341;
}
.TagClassName
{
border-color: #BFE341;
}
</style>