Shades of Las Palmas #BFE442
Tints of Las Palmas #BFE442
RGB
CMYK
RGB Variations
Color information
#BFE442 (or 0xBFE442) is known color: Las Palmas. HEX triplet: BF, E4 and 42. RGB value is (191,228,66). Sum of RGB (Red+Green+Blue) = 191+228+66=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE442 is #401BBD. Grayscale: #C7C7C7. Windows color (decimal): -4201406 or 4383935. OLE color: 4383935.
HSL color Cylindrical-coordinate representation of color #BFE442: hue angle of 73.7º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFE442 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 66 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.11 |
| HSL | 73.7º | 0.75% | 0.58% | - |
| HSV(B) | 73.7º | 0.71% | 0.89% | - |
| XYZ | 50.21 | 66.96 | 15.43 | - |
| YUV | 198.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 66 | 0.16 | 0 | 0.71 | 0.11 | 73.7 | 0.75 | 0.58 |
| Hex | BF | E4 | 42 | 10 | 0 | 47 | B | 4A | 4B | 3A |
| Octal | 277 | 344 | 102 | 20 | 0 | 107 | 13 | 112 | 113 | 72 |
| Binary | 10111111 | 11100100 | 1000010 | 10000 | 0 | 1000111 | 1011 | 1001010 | 1001011 | 111010 |
Color Harmonies of #BFE442
Complementary color
Monochromatic Colors of #BFE442
Black with #BFE442
Text Example
Text Example
White with #BFE442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE442; }
p { color: rgb(191,228,66); }
H1.HeaderClassName
{
color: #BFE442;
}
.AnyTagClassName
{
color: #BFE442;
}
</style>
background-color css
<style>
a { background-color: #BFE442; }
a { background-color: rgb(191,228,66); }
div.DivClassName
{
background-color: #BFE442;
}
.BgClassName
{
background-color: #BFE442;
}
</style>
border-color css
<style>
span { border-color: #BFE442; }
span { border-color: rgb(191,228,66); }
td.TdClassName
{
border-color: #BFE442;
}
.TagClassName
{
border-color: #BFE442;
}
</style>