Shades of Las Palmas #BFED3A
Tints of Las Palmas #BFED3A
RGB
CMYK
RGB Variations
Color information
#BFED3A (or 0xBFED3A) is known color: Las Palmas. HEX triplet: BF, ED and 3A. RGB value is (191,237,58). Sum of RGB (Red+Green+Blue) = 191+237+58=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFED3A is #4012C5. Grayscale: #CBCBCB. Windows color (decimal): -4199110 or 3861951. OLE color: 3861951.
HSL color Cylindrical-coordinate representation of color #BFED3A: hue angle of 75.42º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFED3A is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 58 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.07 |
| HSL | 75.42º | 0.83% | 0.58% | - |
| HSV(B) | 75.42º | 0.76% | 0.93% | - |
| XYZ | 52.53 | 71.95 | 15.12 | - |
| YUV | 202.84 | 46.26 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 58 | 0.19 | 0 | 0.76 | 0.07 | 75.42 | 0.83 | 0.58 |
| Hex | BF | ED | 3A | 13 | 0 | 4C | 7 | 4B | 53 | 3A |
| Octal | 277 | 355 | 72 | 23 | 0 | 114 | 7 | 113 | 123 | 72 |
| Binary | 10111111 | 11101101 | 111010 | 10011 | 0 | 1001100 | 111 | 1001011 | 1010011 | 111010 |
Color Harmonies of #BFED3A
Complementary color
Monochromatic Colors of #BFED3A
Black with #BFED3A
Text Example
Text Example
White with #BFED3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED3A; }
p { color: rgb(191,237,58); }
H1.HeaderClassName
{
color: #BFED3A;
}
.AnyTagClassName
{
color: #BFED3A;
}
</style>
background-color css
<style>
a { background-color: #BFED3A; }
a { background-color: rgb(191,237,58); }
div.DivClassName
{
background-color: #BFED3A;
}
.BgClassName
{
background-color: #BFED3A;
}
</style>
border-color css
<style>
span { border-color: #BFED3A; }
span { border-color: rgb(191,237,58); }
td.TdClassName
{
border-color: #BFED3A;
}
.TagClassName
{
border-color: #BFED3A;
}
</style>