Shades of Las Palmas #BFEF3C
Tints of Las Palmas #BFEF3C
RGB
CMYK
RGB Variations
Color information
#BFEF3C (or 0xBFEF3C) is known color: Las Palmas. HEX triplet: BF, EF and 3C. RGB value is (191,239,60). Sum of RGB (Red+Green+Blue) = 191+239+60=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEF3C is #4010C3. Grayscale: #CCCCCC. Windows color (decimal): -4198596 or 3993535. OLE color: 3993535.
HSL color Cylindrical-coordinate representation of color #BFEF3C: hue angle of 76.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFEF3C is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 60 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.06 |
| HSL | 76.09º | 0.85% | 0.59% | - |
| HSV(B) | 76.09º | 0.75% | 0.94% | - |
| XYZ | 53.17 | 73.14 | 15.59 | - |
| YUV | 204.24 | 46.6 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 60 | 0.20 | 0 | 0.75 | 0.06 | 76.09 | 0.85 | 0.59 |
| Hex | BF | EF | 3C | 14 | 0 | 4B | 6 | 4C | 55 | 3B |
| Octal | 277 | 357 | 74 | 24 | 0 | 113 | 6 | 114 | 125 | 73 |
| Binary | 10111111 | 11101111 | 111100 | 10100 | 0 | 1001011 | 110 | 1001100 | 1010101 | 111011 |
Color Harmonies of #BFEF3C
Complementary color
Monochromatic Colors of #BFEF3C
Black with #BFEF3C
Text Example
Text Example
White with #BFEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEF3C; }
p { color: rgb(191,239,60); }
H1.HeaderClassName
{
color: #BFEF3C;
}
.AnyTagClassName
{
color: #BFEF3C;
}
</style>
background-color css
<style>
a { background-color: #BFEF3C; }
a { background-color: rgb(191,239,60); }
div.DivClassName
{
background-color: #BFEF3C;
}
.BgClassName
{
background-color: #BFEF3C;
}
</style>
border-color css
<style>
span { border-color: #BFEF3C; }
span { border-color: rgb(191,239,60); }
td.TdClassName
{
border-color: #BFEF3C;
}
.TagClassName
{
border-color: #BFEF3C;
}
</style>