Shades of Las Palmas #BFE23B
Tints of Las Palmas #BFE23B
RGB
CMYK
RGB Variations
Color information
#BFE23B (or 0xBFE23B) is known color: Las Palmas. HEX triplet: BF, E2 and 3B. RGB value is (191,226,59). Sum of RGB (Red+Green+Blue) = 191+226+59=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE23B is #401DC4. Grayscale: #C5C5C5. Windows color (decimal): -4201925 or 3924671. OLE color: 3924671.
HSL color Cylindrical-coordinate representation of color #BFE23B: hue angle of 72.57º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFE23B is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 59 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.11 |
| HSL | 72.57º | 0.74% | 0.56% | - |
| HSV(B) | 72.57º | 0.74% | 0.89% | - |
| XYZ | 49.47 | 65.78 | 14.23 | - |
| YUV | 196.5 | 50.4 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 59 | 0.15 | 0 | 0.74 | 0.11 | 72.57 | 0.74 | 0.56 |
| Hex | BF | E2 | 3B | F | 0 | 4A | B | 49 | 4A | 38 |
| Octal | 277 | 342 | 73 | 17 | 0 | 112 | 13 | 111 | 112 | 70 |
| Binary | 10111111 | 11100010 | 111011 | 1111 | 0 | 1001010 | 1011 | 1001001 | 1001010 | 111000 |
Color Harmonies of #BFE23B
Complementary color
Monochromatic Colors of #BFE23B
Black with #BFE23B
Text Example
Text Example
White with #BFE23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE23B; }
p { color: rgb(191,226,59); }
H1.HeaderClassName
{
color: #BFE23B;
}
.AnyTagClassName
{
color: #BFE23B;
}
</style>
background-color css
<style>
a { background-color: #BFE23B; }
a { background-color: rgb(191,226,59); }
div.DivClassName
{
background-color: #BFE23B;
}
.BgClassName
{
background-color: #BFE23B;
}
</style>
border-color css
<style>
span { border-color: #BFE23B; }
span { border-color: rgb(191,226,59); }
td.TdClassName
{
border-color: #BFE23B;
}
.TagClassName
{
border-color: #BFE23B;
}
</style>