Shades of Las Palmas #BFEE32
Tints of Las Palmas #BFEE32
RGB
CMYK
RGB Variations
Color information
#BFEE32 (or 0xBFEE32) is known color: Las Palmas. HEX triplet: BF, EE and 32. RGB value is (191,238,50). Sum of RGB (Red+Green+Blue) = 191+238+50=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE32 is #4011CD. Grayscale: #CBCBCB. Windows color (decimal): -4198862 or 3337919. OLE color: 3337919.
HSL color Cylindrical-coordinate representation of color #BFEE32: hue angle of 75º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFEE32 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 50 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.07 |
| HSL | 75º | 0.85% | 0.56% | - |
| HSV(B) | 75º | 0.79% | 0.93% | - |
| XYZ | 52.64 | 72.46 | 14.23 | - |
| YUV | 202.52 | 41.93 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 50 | 0.20 | 0 | 0.79 | 0.07 | 75 | 0.85 | 0.56 |
| Hex | BF | EE | 32 | 14 | 0 | 4F | 7 | 4B | 55 | 38 |
| Octal | 277 | 356 | 62 | 24 | 0 | 117 | 7 | 113 | 125 | 70 |
| Binary | 10111111 | 11101110 | 110010 | 10100 | 0 | 1001111 | 111 | 1001011 | 1010101 | 111000 |
Color Harmonies of #BFEE32
Complementary color
Monochromatic Colors of #BFEE32
Black with #BFEE32
Text Example
Text Example
White with #BFEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE32; }
p { color: rgb(191,238,50); }
H1.HeaderClassName
{
color: #BFEE32;
}
.AnyTagClassName
{
color: #BFEE32;
}
</style>
background-color css
<style>
a { background-color: #BFEE32; }
a { background-color: rgb(191,238,50); }
div.DivClassName
{
background-color: #BFEE32;
}
.BgClassName
{
background-color: #BFEE32;
}
</style>
border-color css
<style>
span { border-color: #BFEE32; }
span { border-color: rgb(191,238,50); }
td.TdClassName
{
border-color: #BFEE32;
}
.TagClassName
{
border-color: #BFEE32;
}
</style>