Shades of Las Palmas #BFED3F
Tints of Las Palmas #BFED3F
RGB
CMYK
RGB Variations
Color information
#BFED3F (or 0xBFED3F) is known color: Las Palmas. HEX triplet: BF, ED and 3F. RGB value is (191,237,63). Sum of RGB (Red+Green+Blue) = 191+237+63=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFED3F is #4012C0. Grayscale: #CCCCCC. Windows color (decimal): -4199105 or 4189631. OLE color: 4189631.
HSL color Cylindrical-coordinate representation of color #BFED3F: hue angle of 75.86º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFED3F is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 63 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.07 |
| HSL | 75.86º | 0.83% | 0.59% | - |
| HSV(B) | 75.86º | 0.73% | 0.93% | - |
| XYZ | 52.67 | 72 | 15.82 | - |
| YUV | 203.41 | 48.76 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 63 | 0.19 | 0 | 0.73 | 0.07 | 75.86 | 0.83 | 0.59 |
| Hex | BF | ED | 3F | 13 | 0 | 49 | 7 | 4C | 53 | 3B |
| Octal | 277 | 355 | 77 | 23 | 0 | 111 | 7 | 114 | 123 | 73 |
| Binary | 10111111 | 11101101 | 111111 | 10011 | 0 | 1001001 | 111 | 1001100 | 1010011 | 111011 |
Color Harmonies of #BFED3F
Complementary color
Monochromatic Colors of #BFED3F
Black with #BFED3F
Text Example
Text Example
White with #BFED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED3F; }
p { color: rgb(191,237,63); }
H1.HeaderClassName
{
color: #BFED3F;
}
.AnyTagClassName
{
color: #BFED3F;
}
</style>
background-color css
<style>
a { background-color: #BFED3F; }
a { background-color: rgb(191,237,63); }
div.DivClassName
{
background-color: #BFED3F;
}
.BgClassName
{
background-color: #BFED3F;
}
</style>
border-color css
<style>
span { border-color: #BFED3F; }
span { border-color: rgb(191,237,63); }
td.TdClassName
{
border-color: #BFED3F;
}
.TagClassName
{
border-color: #BFED3F;
}
</style>