Shades of Las Palmas #BFED30
Tints of Las Palmas #BFED30
RGB
CMYK
RGB Variations
Color information
#BFED30 (or 0xBFED30) is known color: Las Palmas. HEX triplet: BF, ED and 30. RGB value is (191,237,48). Sum of RGB (Red+Green+Blue) = 191+237+48=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 48 (19.14% from 255 or 10.08% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFED30 is #4012CF. Grayscale: #CACACA. Windows color (decimal): -4199120 or 3206591. OLE color: 3206591.
HSL color Cylindrical-coordinate representation of color #BFED30: hue angle of 74.6º degrees, saturation: 0.84, 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 #BFED30 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 48 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.07 |
| HSL | 74.6º | 0.84% | 0.56% | - |
| HSV(B) | 74.6º | 0.8% | 0.93% | - |
| XYZ | 52.3 | 71.86 | 13.91 | - |
| YUV | 201.7 | 41.26 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 48 | 0.19 | 0 | 0.80 | 0.07 | 74.6 | 0.84 | 0.56 |
| Hex | BF | ED | 30 | 13 | 0 | 50 | 7 | 4B | 54 | 38 |
| Octal | 277 | 355 | 60 | 23 | 0 | 120 | 7 | 113 | 124 | 70 |
| Binary | 10111111 | 11101101 | 110000 | 10011 | 0 | 1010000 | 111 | 1001011 | 1010100 | 111000 |
Color Harmonies of #BFED30
Complementary color
Monochromatic Colors of #BFED30
Black with #BFED30
Text Example
Text Example
White with #BFED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED30; }
p { color: rgb(191,237,48); }
H1.HeaderClassName
{
color: #BFED30;
}
.AnyTagClassName
{
color: #BFED30;
}
</style>
background-color css
<style>
a { background-color: #BFED30; }
a { background-color: rgb(191,237,48); }
div.DivClassName
{
background-color: #BFED30;
}
.BgClassName
{
background-color: #BFED30;
}
</style>
border-color css
<style>
span { border-color: #BFED30; }
span { border-color: rgb(191,237,48); }
td.TdClassName
{
border-color: #BFED30;
}
.TagClassName
{
border-color: #BFED30;
}
</style>