Shades of Las Palmas #B8DF3B
Tints of Las Palmas #B8DF3B
RGB
CMYK
RGB Variations
Color information
#B8DF3B (or 0xB8DF3B) is known color: Las Palmas. HEX triplet: B8, DF and 3B. RGB value is (184,223,59). Sum of RGB (Red+Green+Blue) = 184+223+59=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DF3B is #4720C4. Grayscale: #C1C1C1. Windows color (decimal): -4661445 or 3923896. OLE color: 3923896.
HSL color Cylindrical-coordinate representation of color #B8DF3B: hue angle of 74.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8DF3B is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 59 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.13 |
| HSL | 74.27º | 0.72% | 0.55% | - |
| HSV(B) | 74.27º | 0.74% | 0.87% | - |
| XYZ | 46.94 | 63.28 | 13.88 | - |
| YUV | 192.64 | 52.58 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 59 | 0.17 | 0 | 0.74 | 0.13 | 74.27 | 0.72 | 0.55 |
| Hex | B8 | DF | 3B | 11 | 0 | 4A | D | 4A | 48 | 37 |
| Octal | 270 | 337 | 73 | 21 | 0 | 112 | 15 | 112 | 110 | 67 |
| Binary | 10111000 | 11011111 | 111011 | 10001 | 0 | 1001010 | 1101 | 1001010 | 1001000 | 110111 |
Color Harmonies of #B8DF3B
Complementary color
Monochromatic Colors of #B8DF3B
Black with #B8DF3B
Text Example
Text Example
White with #B8DF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DF3B; }
p { color: rgb(184,223,59); }
H1.HeaderClassName
{
color: #B8DF3B;
}
.AnyTagClassName
{
color: #B8DF3B;
}
</style>
background-color css
<style>
a { background-color: #B8DF3B; }
a { background-color: rgb(184,223,59); }
div.DivClassName
{
background-color: #B8DF3B;
}
.BgClassName
{
background-color: #B8DF3B;
}
</style>
border-color css
<style>
span { border-color: #B8DF3B; }
span { border-color: rgb(184,223,59); }
td.TdClassName
{
border-color: #B8DF3B;
}
.TagClassName
{
border-color: #B8DF3B;
}
</style>