Shades of Las Palmas #BFE82D
Tints of Las Palmas #BFE82D
RGB
CMYK
RGB Variations
Color information
#BFE82D (or 0xBFE82D) is known color: Las Palmas. HEX triplet: BF, E8 and 2D. RGB value is (191,232,45). Sum of RGB (Red+Green+Blue) = 191+232+45=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE82D is #4017D2. Grayscale: #C7C7C7. Windows color (decimal): -4200403 or 3008703. OLE color: 3008703.
HSL color Cylindrical-coordinate representation of color #BFE82D: hue angle of 73.16º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFE82D is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 45 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.09 |
| HSL | 73.16º | 0.8% | 0.54% | - |
| HSV(B) | 73.16º | 0.81% | 0.91% | - |
| XYZ | 50.82 | 68.98 | 13.12 | - |
| YUV | 198.42 | 41.42 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 45 | 0.18 | 0 | 0.81 | 0.09 | 73.16 | 0.8 | 0.54 |
| Hex | BF | E8 | 2D | 12 | 0 | 51 | 9 | 49 | 50 | 36 |
| Octal | 277 | 350 | 55 | 22 | 0 | 121 | 11 | 111 | 120 | 66 |
| Binary | 10111111 | 11101000 | 101101 | 10010 | 0 | 1010001 | 1001 | 1001001 | 1010000 | 110110 |
Color Harmonies of #BFE82D
Complementary color
Monochromatic Colors of #BFE82D
Black with #BFE82D
Text Example
Text Example
White with #BFE82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE82D; }
p { color: rgb(191,232,45); }
H1.HeaderClassName
{
color: #BFE82D;
}
.AnyTagClassName
{
color: #BFE82D;
}
</style>
background-color css
<style>
a { background-color: #BFE82D; }
a { background-color: rgb(191,232,45); }
div.DivClassName
{
background-color: #BFE82D;
}
.BgClassName
{
background-color: #BFE82D;
}
</style>
border-color css
<style>
span { border-color: #BFE82D; }
span { border-color: rgb(191,232,45); }
td.TdClassName
{
border-color: #BFE82D;
}
.TagClassName
{
border-color: #BFE82D;
}
</style>