Shades of Las Palmas #BFE335
Tints of Las Palmas #BFE335
RGB
CMYK
RGB Variations
Color information
#BFE335 (or 0xBFE335) is known color: Las Palmas. HEX triplet: BF, E3 and 35. RGB value is (191,227,53). Sum of RGB (Red+Green+Blue) = 191+227+53=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE335 is #401CCA. Grayscale: #C5C5C5. Windows color (decimal): -4201675 or 3531711. OLE color: 3531711.
HSL color Cylindrical-coordinate representation of color #BFE335: hue angle of 72.41º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFE335 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 53 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.11 |
| HSL | 72.41º | 0.76% | 0.55% | - |
| HSV(B) | 72.41º | 0.77% | 0.89% | - |
| XYZ | 49.6 | 66.27 | 13.55 | - |
| YUV | 196.4 | 47.07 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 53 | 0.16 | 0 | 0.77 | 0.11 | 72.41 | 0.76 | 0.55 |
| Hex | BF | E3 | 35 | 10 | 0 | 4D | B | 48 | 4C | 37 |
| Octal | 277 | 343 | 65 | 20 | 0 | 115 | 13 | 110 | 114 | 67 |
| Binary | 10111111 | 11100011 | 110101 | 10000 | 0 | 1001101 | 1011 | 1001000 | 1001100 | 110111 |
Color Harmonies of #BFE335
Complementary color
Monochromatic Colors of #BFE335
Black with #BFE335
Text Example
Text Example
White with #BFE335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE335; }
p { color: rgb(191,227,53); }
H1.HeaderClassName
{
color: #BFE335;
}
.AnyTagClassName
{
color: #BFE335;
}
</style>
background-color css
<style>
a { background-color: #BFE335; }
a { background-color: rgb(191,227,53); }
div.DivClassName
{
background-color: #BFE335;
}
.BgClassName
{
background-color: #BFE335;
}
</style>
border-color css
<style>
span { border-color: #BFE335; }
span { border-color: rgb(191,227,53); }
td.TdClassName
{
border-color: #BFE335;
}
.TagClassName
{
border-color: #BFE335;
}
</style>