Shades of Las Palmas #BFE13C
Tints of Las Palmas #BFE13C
RGB
CMYK
RGB Variations
Color information
#BFE13C (or 0xBFE13C) is known color: Las Palmas. HEX triplet: BF, E1 and 3C. RGB value is (191,225,60). Sum of RGB (Red+Green+Blue) = 191+225+60=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE13C is #401EC3. Grayscale: #C4C4C4. Windows color (decimal): -4202180 or 3989951. OLE color: 3989951.
HSL color Cylindrical-coordinate representation of color #BFE13C: hue angle of 72.36º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFE13C is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 60 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.12 |
| HSL | 72.36º | 0.73% | 0.56% | - |
| HSV(B) | 72.36º | 0.73% | 0.88% | - |
| XYZ | 49.23 | 65.25 | 14.28 | - |
| YUV | 196.02 | 51.24 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 60 | 0.15 | 0 | 0.73 | 0.12 | 72.36 | 0.73 | 0.56 |
| Hex | BF | E1 | 3C | F | 0 | 49 | C | 48 | 49 | 38 |
| Octal | 277 | 341 | 74 | 17 | 0 | 111 | 14 | 110 | 111 | 70 |
| Binary | 10111111 | 11100001 | 111100 | 1111 | 0 | 1001001 | 1100 | 1001000 | 1001001 | 111000 |
Color Harmonies of #BFE13C
Complementary color
Monochromatic Colors of #BFE13C
Black with #BFE13C
Text Example
Text Example
White with #BFE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE13C; }
p { color: rgb(191,225,60); }
H1.HeaderClassName
{
color: #BFE13C;
}
.AnyTagClassName
{
color: #BFE13C;
}
</style>
background-color css
<style>
a { background-color: #BFE13C; }
a { background-color: rgb(191,225,60); }
div.DivClassName
{
background-color: #BFE13C;
}
.BgClassName
{
background-color: #BFE13C;
}
</style>
border-color css
<style>
span { border-color: #BFE13C; }
span { border-color: rgb(191,225,60); }
td.TdClassName
{
border-color: #BFE13C;
}
.TagClassName
{
border-color: #BFE13C;
}
</style>