Shades of Las Palmas #B8DA3F
Tints of Las Palmas #B8DA3F
RGB
CMYK
RGB Variations
Color information
#B8DA3F (or 0xB8DA3F) is known color: Las Palmas. HEX triplet: B8, DA and 3F. RGB value is (184,218,63). Sum of RGB (Red+Green+Blue) = 184+218+63=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DA3F is #4725C0. Grayscale: #BEBEBE. Windows color (decimal): -4662721 or 4184760. OLE color: 4184760.
HSL color Cylindrical-coordinate representation of color #B8DA3F: hue angle of 73.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8DA3F is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 63 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.15 |
| HSL | 73.16º | 0.68% | 0.55% | - |
| HSV(B) | 73.16º | 0.71% | 0.85% | - |
| XYZ | 45.74 | 60.69 | 14.01 | - |
| YUV | 190.16 | 56.24 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 63 | 0.16 | 0 | 0.71 | 0.15 | 73.16 | 0.68 | 0.55 |
| Hex | B8 | DA | 3F | 10 | 0 | 47 | F | 49 | 44 | 37 |
| Octal | 270 | 332 | 77 | 20 | 0 | 107 | 17 | 111 | 104 | 67 |
| Binary | 10111000 | 11011010 | 111111 | 10000 | 0 | 1000111 | 1111 | 1001001 | 1000100 | 110111 |
Color Harmonies of #B8DA3F
Complementary color
Monochromatic Colors of #B8DA3F
Black with #B8DA3F
Text Example
Text Example
White with #B8DA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DA3F; }
p { color: rgb(184,218,63); }
H1.HeaderClassName
{
color: #B8DA3F;
}
.AnyTagClassName
{
color: #B8DA3F;
}
</style>
background-color css
<style>
a { background-color: #B8DA3F; }
a { background-color: rgb(184,218,63); }
div.DivClassName
{
background-color: #B8DA3F;
}
.BgClassName
{
background-color: #B8DA3F;
}
</style>
border-color css
<style>
span { border-color: #B8DA3F; }
span { border-color: rgb(184,218,63); }
td.TdClassName
{
border-color: #B8DA3F;
}
.TagClassName
{
border-color: #B8DA3F;
}
</style>