Shades of Las Palmas #BFF13E
Tints of Las Palmas #BFF13E
RGB
CMYK
RGB Variations
Color information
#BFF13E (or 0xBFF13E) is known color: Las Palmas. HEX triplet: BF, F1 and 3E. RGB value is (191,241,62). Sum of RGB (Red+Green+Blue) = 191+241+62=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 62 (24.61% from 255 or 12.55% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF13E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF13E is #400EC1. Grayscale: #CECECE. Windows color (decimal): -4198082 or 4125119. OLE color: 4125119.
HSL color Cylindrical-coordinate representation of color #BFF13E: hue angle of 76.76º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFF13E is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 62 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.05 |
| HSL | 76.76º | 0.86% | 0.59% | - |
| HSV(B) | 76.76º | 0.74% | 0.95% | - |
| XYZ | 53.81 | 74.33 | 16.07 | - |
| YUV | 205.64 | 46.94 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 62 | 0.21 | 0 | 0.74 | 0.05 | 76.76 | 0.86 | 0.59 |
| Hex | BF | F1 | 3E | 15 | 0 | 4A | 5 | 4D | 56 | 3B |
| Octal | 277 | 361 | 76 | 25 | 0 | 112 | 5 | 115 | 126 | 73 |
| Binary | 10111111 | 11110001 | 111110 | 10101 | 0 | 1001010 | 101 | 1001101 | 1010110 | 111011 |
Color Harmonies of #BFF13E
Complementary color
Monochromatic Colors of #BFF13E
Black with #BFF13E
Text Example
Text Example
White with #BFF13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF13E; }
p { color: rgb(191,241,62); }
H1.HeaderClassName
{
color: #BFF13E;
}
.AnyTagClassName
{
color: #BFF13E;
}
</style>
background-color css
<style>
a { background-color: #BFF13E; }
a { background-color: rgb(191,241,62); }
div.DivClassName
{
background-color: #BFF13E;
}
.BgClassName
{
background-color: #BFF13E;
}
</style>
border-color css
<style>
span { border-color: #BFF13E; }
span { border-color: rgb(191,241,62); }
td.TdClassName
{
border-color: #BFF13E;
}
.TagClassName
{
border-color: #BFF13E;
}
</style>