Shades of Las Palmas #BFE345
Tints of Las Palmas #BFE345
RGB
CMYK
RGB Variations
Color information
#BFE345 (or 0xBFE345) is known color: Las Palmas. HEX triplet: BF, E3 and 45. RGB value is (191,227,69). Sum of RGB (Red+Green+Blue) = 191+227+69=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE345 is #401CBA. Grayscale: #C6C6C6. Windows color (decimal): -4201659 or 4580287. OLE color: 4580287.
HSL color Cylindrical-coordinate representation of color #BFE345: hue angle of 73.67º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFE345 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 69 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.11 |
| HSL | 73.67º | 0.74% | 0.58% | - |
| HSV(B) | 73.67º | 0.7% | 0.89% | - |
| XYZ | 50.03 | 66.44 | 15.82 | - |
| YUV | 198.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 69 | 0.16 | 0 | 0.70 | 0.11 | 73.67 | 0.74 | 0.58 |
| Hex | BF | E3 | 45 | 10 | 0 | 46 | B | 4A | 4A | 3A |
| Octal | 277 | 343 | 105 | 20 | 0 | 106 | 13 | 112 | 112 | 72 |
| Binary | 10111111 | 11100011 | 1000101 | 10000 | 0 | 1000110 | 1011 | 1001010 | 1001010 | 111010 |
Color Harmonies of #BFE345
Complementary color
Monochromatic Colors of #BFE345
Black with #BFE345
Text Example
Text Example
White with #BFE345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE345; }
p { color: rgb(191,227,69); }
H1.HeaderClassName
{
color: #BFE345;
}
.AnyTagClassName
{
color: #BFE345;
}
</style>
background-color css
<style>
a { background-color: #BFE345; }
a { background-color: rgb(191,227,69); }
div.DivClassName
{
background-color: #BFE345;
}
.BgClassName
{
background-color: #BFE345;
}
</style>
border-color css
<style>
span { border-color: #BFE345; }
span { border-color: rgb(191,227,69); }
td.TdClassName
{
border-color: #BFE345;
}
.TagClassName
{
border-color: #BFE345;
}
</style>