Shades of Las Palmas #BFE735
Tints of Las Palmas #BFE735
RGB
CMYK
RGB Variations
Color information
#BFE735 (or 0xBFE735) is known color: Las Palmas. HEX triplet: BF, E7 and 35. RGB value is (191,231,53). Sum of RGB (Red+Green+Blue) = 191+231+53=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE735 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE735 is #4018CA. Grayscale: #C7C7C7. Windows color (decimal): -4200651 or 3532735. OLE color: 3532735.
HSL color Cylindrical-coordinate representation of color #BFE735: hue angle of 73.48º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFE735 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 53 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.09 |
| HSL | 73.48º | 0.79% | 0.56% | - |
| HSV(B) | 73.48º | 0.77% | 0.91% | - |
| XYZ | 50.7 | 68.49 | 13.91 | - |
| YUV | 198.75 | 45.75 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 53 | 0.17 | 0 | 0.77 | 0.09 | 73.48 | 0.79 | 0.56 |
| Hex | BF | E7 | 35 | 11 | 0 | 4D | 9 | 49 | 4F | 38 |
| Octal | 277 | 347 | 65 | 21 | 0 | 115 | 11 | 111 | 117 | 70 |
| Binary | 10111111 | 11100111 | 110101 | 10001 | 0 | 1001101 | 1001 | 1001001 | 1001111 | 111000 |
Color Harmonies of #BFE735
Complementary color
Monochromatic Colors of #BFE735
Black with #BFE735
Text Example
Text Example
White with #BFE735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE735; }
p { color: rgb(191,231,53); }
H1.HeaderClassName
{
color: #BFE735;
}
.AnyTagClassName
{
color: #BFE735;
}
</style>
background-color css
<style>
a { background-color: #BFE735; }
a { background-color: rgb(191,231,53); }
div.DivClassName
{
background-color: #BFE735;
}
.BgClassName
{
background-color: #BFE735;
}
</style>
border-color css
<style>
span { border-color: #BFE735; }
span { border-color: rgb(191,231,53); }
td.TdClassName
{
border-color: #BFE735;
}
.TagClassName
{
border-color: #BFE735;
}
</style>