Shades of Las Palmas #BFE234
Tints of Las Palmas #BFE234
RGB
CMYK
RGB Variations
Color information
#BFE234 (or 0xBFE234) is known color: Las Palmas. HEX triplet: BF, E2 and 34. RGB value is (191,226,52). Sum of RGB (Red+Green+Blue) = 191+226+52=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE234 is #401DCB. Grayscale: #C4C4C4. Windows color (decimal): -4201932 or 3465919. OLE color: 3465919.
HSL color Cylindrical-coordinate representation of color #BFE234: hue angle of 72.07º 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 #BFE234 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 52 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.11 |
| HSL | 72.07º | 0.75% | 0.55% | - |
| HSV(B) | 72.07º | 0.77% | 0.89% | - |
| XYZ | 49.3 | 65.72 | 13.33 | - |
| YUV | 195.7 | 46.9 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 52 | 0.15 | 0 | 0.77 | 0.11 | 72.07 | 0.75 | 0.55 |
| Hex | BF | E2 | 34 | F | 0 | 4D | B | 48 | 4B | 37 |
| Octal | 277 | 342 | 64 | 17 | 0 | 115 | 13 | 110 | 113 | 67 |
| Binary | 10111111 | 11100010 | 110100 | 1111 | 0 | 1001101 | 1011 | 1001000 | 1001011 | 110111 |
Color Harmonies of #BFE234
Complementary color
Monochromatic Colors of #BFE234
Black with #BFE234
Text Example
Text Example
White with #BFE234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE234; }
p { color: rgb(191,226,52); }
H1.HeaderClassName
{
color: #BFE234;
}
.AnyTagClassName
{
color: #BFE234;
}
</style>
background-color css
<style>
a { background-color: #BFE234; }
a { background-color: rgb(191,226,52); }
div.DivClassName
{
background-color: #BFE234;
}
.BgClassName
{
background-color: #BFE234;
}
</style>
border-color css
<style>
span { border-color: #BFE234; }
span { border-color: rgb(191,226,52); }
td.TdClassName
{
border-color: #BFE234;
}
.TagClassName
{
border-color: #BFE234;
}
</style>