Shades of Las Palmas #BFF034
Tints of Las Palmas #BFF034
RGB
CMYK
RGB Variations
Color information
#BFF034 (or 0xBFF034) is known color: Las Palmas. HEX triplet: BF, F0 and 34. RGB value is (191,240,52). Sum of RGB (Red+Green+Blue) = 191+240+52=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF034 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF034 is #400FCB. Grayscale: #CCCCCC. Windows color (decimal): -4198348 or 3469503. OLE color: 3469503.
HSL color Cylindrical-coordinate representation of color #BFF034: hue angle of 75.64º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFF034 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 52 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.06 |
| HSL | 75.64º | 0.86% | 0.57% | - |
| HSV(B) | 75.64º | 0.78% | 0.94% | - |
| XYZ | 53.27 | 73.64 | 14.66 | - |
| YUV | 203.92 | 42.27 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 52 | 0.20 | 0 | 0.78 | 0.06 | 75.64 | 0.86 | 0.57 |
| Hex | BF | F0 | 34 | 14 | 0 | 4E | 6 | 4C | 56 | 39 |
| Octal | 277 | 360 | 64 | 24 | 0 | 116 | 6 | 114 | 126 | 71 |
| Binary | 10111111 | 11110000 | 110100 | 10100 | 0 | 1001110 | 110 | 1001100 | 1010110 | 111001 |
Color Harmonies of #BFF034
Complementary color
Monochromatic Colors of #BFF034
Black with #BFF034
Text Example
Text Example
White with #BFF034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF034; }
p { color: rgb(191,240,52); }
H1.HeaderClassName
{
color: #BFF034;
}
.AnyTagClassName
{
color: #BFF034;
}
</style>
background-color css
<style>
a { background-color: #BFF034; }
a { background-color: rgb(191,240,52); }
div.DivClassName
{
background-color: #BFF034;
}
.BgClassName
{
background-color: #BFF034;
}
</style>
border-color css
<style>
span { border-color: #BFF034; }
span { border-color: rgb(191,240,52); }
td.TdClassName
{
border-color: #BFF034;
}
.TagClassName
{
border-color: #BFF034;
}
</style>