Shades of Las Palmas #BFEC30
Tints of Las Palmas #BFEC30
RGB
CMYK
RGB Variations
Color information
#BFEC30 (or 0xBFEC30) is known color: Las Palmas. HEX triplet: BF, EC and 30. RGB value is (191,236,48). Sum of RGB (Red+Green+Blue) = 191+236+48=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC30 is #4013CF. Grayscale: #C9C9C9. Windows color (decimal): -4199376 or 3206335. OLE color: 3206335.
HSL color Cylindrical-coordinate representation of color #BFEC30: hue angle of 74.36º degrees, saturation: 0.83, 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 #BFEC30 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 48 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.07 |
| HSL | 74.36º | 0.83% | 0.56% | - |
| HSV(B) | 74.36º | 0.8% | 0.93% | - |
| XYZ | 52.01 | 71.28 | 13.81 | - |
| YUV | 201.11 | 41.59 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 48 | 0.19 | 0 | 0.80 | 0.07 | 74.36 | 0.83 | 0.56 |
| Hex | BF | EC | 30 | 13 | 0 | 50 | 7 | 4A | 53 | 38 |
| Octal | 277 | 354 | 60 | 23 | 0 | 120 | 7 | 112 | 123 | 70 |
| Binary | 10111111 | 11101100 | 110000 | 10011 | 0 | 1010000 | 111 | 1001010 | 1010011 | 111000 |
Color Harmonies of #BFEC30
Complementary color
Monochromatic Colors of #BFEC30
Black with #BFEC30
Text Example
Text Example
White with #BFEC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC30; }
p { color: rgb(191,236,48); }
H1.HeaderClassName
{
color: #BFEC30;
}
.AnyTagClassName
{
color: #BFEC30;
}
</style>
background-color css
<style>
a { background-color: #BFEC30; }
a { background-color: rgb(191,236,48); }
div.DivClassName
{
background-color: #BFEC30;
}
.BgClassName
{
background-color: #BFEC30;
}
</style>
border-color css
<style>
span { border-color: #BFEC30; }
span { border-color: rgb(191,236,48); }
td.TdClassName
{
border-color: #BFEC30;
}
.TagClassName
{
border-color: #BFEC30;
}
</style>