Shades of Las Palmas #BFEE30
Tints of Las Palmas #BFEE30
RGB
CMYK
RGB Variations
Color information
#BFEE30 (or 0xBFEE30) is known color: Las Palmas. HEX triplet: BF, EE and 30. RGB value is (191,238,48). Sum of RGB (Red+Green+Blue) = 191+238+48=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE30 is #4011CF. Grayscale: #CACACA. Windows color (decimal): -4198864 or 3206847. OLE color: 3206847.
HSL color Cylindrical-coordinate representation of color #BFEE30: hue angle of 74.84º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFEE30 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 48 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.07 |
| HSL | 74.84º | 0.85% | 0.56% | - |
| HSV(B) | 74.84º | 0.8% | 0.93% | - |
| XYZ | 52.59 | 72.44 | 14.01 | - |
| YUV | 202.29 | 40.93 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 48 | 0.20 | 0 | 0.80 | 0.07 | 74.84 | 0.85 | 0.56 |
| Hex | BF | EE | 30 | 14 | 0 | 50 | 7 | 4B | 55 | 38 |
| Octal | 277 | 356 | 60 | 24 | 0 | 120 | 7 | 113 | 125 | 70 |
| Binary | 10111111 | 11101110 | 110000 | 10100 | 0 | 1010000 | 111 | 1001011 | 1010101 | 111000 |
Color Harmonies of #BFEE30
Complementary color
Monochromatic Colors of #BFEE30
Black with #BFEE30
Text Example
Text Example
White with #BFEE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE30; }
p { color: rgb(191,238,48); }
H1.HeaderClassName
{
color: #BFEE30;
}
.AnyTagClassName
{
color: #BFEE30;
}
</style>
background-color css
<style>
a { background-color: #BFEE30; }
a { background-color: rgb(191,238,48); }
div.DivClassName
{
background-color: #BFEE30;
}
.BgClassName
{
background-color: #BFEE30;
}
</style>
border-color css
<style>
span { border-color: #BFEE30; }
span { border-color: rgb(191,238,48); }
td.TdClassName
{
border-color: #BFEE30;
}
.TagClassName
{
border-color: #BFEE30;
}
</style>