Shades of Las Palmas #BFE235
Tints of Las Palmas #BFE235
RGB
CMYK
RGB Variations
Color information
#BFE235 (or 0xBFE235) is known color: Las Palmas. HEX triplet: BF, E2 and 35. RGB value is (191,226,53). Sum of RGB (Red+Green+Blue) = 191+226+53=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE235 is #401DCA. Grayscale: #C4C4C4. Windows color (decimal): -4201931 or 3531455. OLE color: 3531455.
HSL color Cylindrical-coordinate representation of color #BFE235: hue angle of 72.14º degrees, saturation: 0.75, 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 #BFE235 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 53 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.11 |
| HSL | 72.14º | 0.75% | 0.55% | - |
| HSV(B) | 72.14º | 0.77% | 0.89% | - |
| XYZ | 49.32 | 65.73 | 13.45 | - |
| YUV | 195.81 | 47.4 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 53 | 0.15 | 0 | 0.77 | 0.11 | 72.14 | 0.75 | 0.55 |
| Hex | BF | E2 | 35 | F | 0 | 4D | B | 48 | 4B | 37 |
| Octal | 277 | 342 | 65 | 17 | 0 | 115 | 13 | 110 | 113 | 67 |
| Binary | 10111111 | 11100010 | 110101 | 1111 | 0 | 1001101 | 1011 | 1001000 | 1001011 | 110111 |
Color Harmonies of #BFE235
Complementary color
Monochromatic Colors of #BFE235
Black with #BFE235
Text Example
Text Example
White with #BFE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE235; }
p { color: rgb(191,226,53); }
H1.HeaderClassName
{
color: #BFE235;
}
.AnyTagClassName
{
color: #BFE235;
}
</style>
background-color css
<style>
a { background-color: #BFE235; }
a { background-color: rgb(191,226,53); }
div.DivClassName
{
background-color: #BFE235;
}
.BgClassName
{
background-color: #BFE235;
}
</style>
border-color css
<style>
span { border-color: #BFE235; }
span { border-color: rgb(191,226,53); }
td.TdClassName
{
border-color: #BFE235;
}
.TagClassName
{
border-color: #BFE235;
}
</style>