Shades of Las Palmas #BFE63B
Tints of Las Palmas #BFE63B
RGB
CMYK
RGB Variations
Color information
#BFE63B (or 0xBFE63B) is known color: Las Palmas. HEX triplet: BF, E6 and 3B. RGB value is (191,230,59). Sum of RGB (Red+Green+Blue) = 191+230+59=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE63B is #4019C4. Grayscale: #C7C7C7. Windows color (decimal): -4200901 or 3925695. OLE color: 3925695.
HSL color Cylindrical-coordinate representation of color #BFE63B: hue angle of 73.68º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFE63B is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 59 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.10 |
| HSL | 73.68º | 0.77% | 0.57% | - |
| HSV(B) | 73.68º | 0.74% | 0.9% | - |
| XYZ | 50.57 | 67.99 | 14.59 | - |
| YUV | 198.85 | 49.08 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 59 | 0.17 | 0 | 0.74 | 0.10 | 73.68 | 0.77 | 0.57 |
| Hex | BF | E6 | 3B | 11 | 0 | 4A | A | 4A | 4D | 39 |
| Octal | 277 | 346 | 73 | 21 | 0 | 112 | 12 | 112 | 115 | 71 |
| Binary | 10111111 | 11100110 | 111011 | 10001 | 0 | 1001010 | 1010 | 1001010 | 1001101 | 111001 |
Color Harmonies of #BFE63B
Complementary color
Monochromatic Colors of #BFE63B
Black with #BFE63B
Text Example
Text Example
White with #BFE63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE63B; }
p { color: rgb(191,230,59); }
H1.HeaderClassName
{
color: #BFE63B;
}
.AnyTagClassName
{
color: #BFE63B;
}
</style>
background-color css
<style>
a { background-color: #BFE63B; }
a { background-color: rgb(191,230,59); }
div.DivClassName
{
background-color: #BFE63B;
}
.BgClassName
{
background-color: #BFE63B;
}
</style>
border-color css
<style>
span { border-color: #BFE63B; }
span { border-color: rgb(191,230,59); }
td.TdClassName
{
border-color: #BFE63B;
}
.TagClassName
{
border-color: #BFE63B;
}
</style>