Shades of Las Palmas #BFE933
Tints of Las Palmas #BFE933
RGB
CMYK
RGB Variations
Color information
#BFE933 (or 0xBFE933) is known color: Las Palmas. HEX triplet: BF, E9 and 33. RGB value is (191,233,51). Sum of RGB (Red+Green+Blue) = 191+233+51=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 51 (20.31% from 255 or 10.74% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE933 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE933 is #4016CC. Grayscale: #C8C8C8. Windows color (decimal): -4200141 or 3402175. OLE color: 3402175.
HSL color Cylindrical-coordinate representation of color #BFE933: hue angle of 73.85º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFE933 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 51 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.09 |
| HSL | 73.85º | 0.81% | 0.56% | - |
| HSV(B) | 73.85º | 0.78% | 0.91% | - |
| XYZ | 51.22 | 69.59 | 13.87 | - |
| YUV | 199.69 | 44.09 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 51 | 0.18 | 0 | 0.78 | 0.09 | 73.85 | 0.81 | 0.56 |
| Hex | BF | E9 | 33 | 12 | 0 | 4E | 9 | 4A | 51 | 38 |
| Octal | 277 | 351 | 63 | 22 | 0 | 116 | 11 | 112 | 121 | 70 |
| Binary | 10111111 | 11101001 | 110011 | 10010 | 0 | 1001110 | 1001 | 1001010 | 1010001 | 111000 |
Color Harmonies of #BFE933
Complementary color
Monochromatic Colors of #BFE933
Black with #BFE933
Text Example
Text Example
White with #BFE933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE933; }
p { color: rgb(191,233,51); }
H1.HeaderClassName
{
color: #BFE933;
}
.AnyTagClassName
{
color: #BFE933;
}
</style>
background-color css
<style>
a { background-color: #BFE933; }
a { background-color: rgb(191,233,51); }
div.DivClassName
{
background-color: #BFE933;
}
.BgClassName
{
background-color: #BFE933;
}
</style>
border-color css
<style>
span { border-color: #BFE933; }
span { border-color: rgb(191,233,51); }
td.TdClassName
{
border-color: #BFE933;
}
.TagClassName
{
border-color: #BFE933;
}
</style>