Shades of Las Palmas #BFE732
Tints of Las Palmas #BFE732
RGB
CMYK
RGB Variations
Color information
#BFE732 (or 0xBFE732) is known color: Las Palmas. HEX triplet: BF, E7 and 32. RGB value is (191,231,50). Sum of RGB (Red+Green+Blue) = 191+231+50=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE732 is #4018CD. Grayscale: #C7C7C7. Windows color (decimal): -4200654 or 3336127. OLE color: 3336127.
HSL color Cylindrical-coordinate representation of color #BFE732: hue angle of 73.26º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFE732 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 50 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.09 |
| HSL | 73.26º | 0.79% | 0.55% | - |
| HSV(B) | 73.26º | 0.78% | 0.91% | - |
| XYZ | 50.64 | 68.46 | 13.56 | - |
| YUV | 198.41 | 44.25 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 50 | 0.17 | 0 | 0.78 | 0.09 | 73.26 | 0.79 | 0.55 |
| Hex | BF | E7 | 32 | 11 | 0 | 4E | 9 | 49 | 4F | 37 |
| Octal | 277 | 347 | 62 | 21 | 0 | 116 | 11 | 111 | 117 | 67 |
| Binary | 10111111 | 11100111 | 110010 | 10001 | 0 | 1001110 | 1001 | 1001001 | 1001111 | 110111 |
Color Harmonies of #BFE732
Complementary color
Monochromatic Colors of #BFE732
Black with #BFE732
Text Example
Text Example
White with #BFE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE732; }
p { color: rgb(191,231,50); }
H1.HeaderClassName
{
color: #BFE732;
}
.AnyTagClassName
{
color: #BFE732;
}
</style>
background-color css
<style>
a { background-color: #BFE732; }
a { background-color: rgb(191,231,50); }
div.DivClassName
{
background-color: #BFE732;
}
.BgClassName
{
background-color: #BFE732;
}
</style>
border-color css
<style>
span { border-color: #BFE732; }
span { border-color: rgb(191,231,50); }
td.TdClassName
{
border-color: #BFE732;
}
.TagClassName
{
border-color: #BFE732;
}
</style>