Shades of Las Palmas #BFEE3C
Tints of Las Palmas #BFEE3C
RGB
CMYK
RGB Variations
Color information
#BFEE3C (or 0xBFEE3C) is known color: Las Palmas. HEX triplet: BF, EE and 3C. RGB value is (191,238,60). Sum of RGB (Red+Green+Blue) = 191+238+60=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE3C is #4011C3. Grayscale: #CCCCCC. Windows color (decimal): -4198852 or 3993279. OLE color: 3993279.
HSL color Cylindrical-coordinate representation of color #BFEE3C: hue angle of 75.84º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFEE3C is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 60 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.07 |
| HSL | 75.84º | 0.84% | 0.58% | - |
| HSV(B) | 75.84º | 0.75% | 0.93% | - |
| XYZ | 52.88 | 72.55 | 15.49 | - |
| YUV | 203.66 | 46.93 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 60 | 0.20 | 0 | 0.75 | 0.07 | 75.84 | 0.84 | 0.58 |
| Hex | BF | EE | 3C | 14 | 0 | 4B | 7 | 4C | 54 | 3A |
| Octal | 277 | 356 | 74 | 24 | 0 | 113 | 7 | 114 | 124 | 72 |
| Binary | 10111111 | 11101110 | 111100 | 10100 | 0 | 1001011 | 111 | 1001100 | 1010100 | 111010 |
Color Harmonies of #BFEE3C
Complementary color
Monochromatic Colors of #BFEE3C
Black with #BFEE3C
Text Example
Text Example
White with #BFEE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE3C; }
p { color: rgb(191,238,60); }
H1.HeaderClassName
{
color: #BFEE3C;
}
.AnyTagClassName
{
color: #BFEE3C;
}
</style>
background-color css
<style>
a { background-color: #BFEE3C; }
a { background-color: rgb(191,238,60); }
div.DivClassName
{
background-color: #BFEE3C;
}
.BgClassName
{
background-color: #BFEE3C;
}
</style>
border-color css
<style>
span { border-color: #BFEE3C; }
span { border-color: rgb(191,238,60); }
td.TdClassName
{
border-color: #BFEE3C;
}
.TagClassName
{
border-color: #BFEE3C;
}
</style>