Shades of Las Palmas #BFE832
Tints of Las Palmas #BFE832
RGB
CMYK
RGB Variations
Color information
#BFE832 (or 0xBFE832) is known color: Las Palmas. HEX triplet: BF, E8 and 32. RGB value is (191,232,50). Sum of RGB (Red+Green+Blue) = 191+232+50=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE832 is #4017CD. Grayscale: #C7C7C7. Windows color (decimal): -4200398 or 3336383. OLE color: 3336383.
HSL color Cylindrical-coordinate representation of color #BFE832: hue angle of 73.52º degrees, saturation: 0.8, 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 #BFE832 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 50 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.09 |
| HSL | 73.52º | 0.8% | 0.55% | - |
| HSV(B) | 73.52º | 0.78% | 0.91% | - |
| XYZ | 50.92 | 69.02 | 13.66 | - |
| YUV | 198.99 | 43.92 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 50 | 0.18 | 0 | 0.78 | 0.09 | 73.52 | 0.8 | 0.55 |
| Hex | BF | E8 | 32 | 12 | 0 | 4E | 9 | 4A | 50 | 37 |
| Octal | 277 | 350 | 62 | 22 | 0 | 116 | 11 | 112 | 120 | 67 |
| Binary | 10111111 | 11101000 | 110010 | 10010 | 0 | 1001110 | 1001 | 1001010 | 1010000 | 110111 |
Color Harmonies of #BFE832
Complementary color
Monochromatic Colors of #BFE832
Black with #BFE832
Text Example
Text Example
White with #BFE832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE832; }
p { color: rgb(191,232,50); }
H1.HeaderClassName
{
color: #BFE832;
}
.AnyTagClassName
{
color: #BFE832;
}
</style>
background-color css
<style>
a { background-color: #BFE832; }
a { background-color: rgb(191,232,50); }
div.DivClassName
{
background-color: #BFE832;
}
.BgClassName
{
background-color: #BFE832;
}
</style>
border-color css
<style>
span { border-color: #BFE832; }
span { border-color: rgb(191,232,50); }
td.TdClassName
{
border-color: #BFE832;
}
.TagClassName
{
border-color: #BFE832;
}
</style>