Shades of Las Palmas #BFEF32
Tints of Las Palmas #BFEF32
RGB
CMYK
RGB Variations
Color information
#BFEF32 (or 0xBFEF32) is known color: Las Palmas. HEX triplet: BF, EF and 32. RGB value is (191,239,50). Sum of RGB (Red+Green+Blue) = 191+239+50=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEF32 is #4010CD. Grayscale: #CBCBCB. Windows color (decimal): -4198606 or 3338175. OLE color: 3338175.
HSL color Cylindrical-coordinate representation of color #BFEF32: hue angle of 75.24º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFEF32 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 50 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.06 |
| HSL | 75.24º | 0.86% | 0.57% | - |
| HSV(B) | 75.24º | 0.79% | 0.94% | - |
| XYZ | 52.93 | 73.04 | 14.33 | - |
| YUV | 203.1 | 41.6 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 50 | 0.20 | 0 | 0.79 | 0.06 | 75.24 | 0.86 | 0.57 |
| Hex | BF | EF | 32 | 14 | 0 | 4F | 6 | 4B | 56 | 39 |
| Octal | 277 | 357 | 62 | 24 | 0 | 117 | 6 | 113 | 126 | 71 |
| Binary | 10111111 | 11101111 | 110010 | 10100 | 0 | 1001111 | 110 | 1001011 | 1010110 | 111001 |
Color Harmonies of #BFEF32
Complementary color
Monochromatic Colors of #BFEF32
Black with #BFEF32
Text Example
Text Example
White with #BFEF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEF32; }
p { color: rgb(191,239,50); }
H1.HeaderClassName
{
color: #BFEF32;
}
.AnyTagClassName
{
color: #BFEF32;
}
</style>
background-color css
<style>
a { background-color: #BFEF32; }
a { background-color: rgb(191,239,50); }
div.DivClassName
{
background-color: #BFEF32;
}
.BgClassName
{
background-color: #BFEF32;
}
</style>
border-color css
<style>
span { border-color: #BFEF32; }
span { border-color: rgb(191,239,50); }
td.TdClassName
{
border-color: #BFEF32;
}
.TagClassName
{
border-color: #BFEF32;
}
</style>