Shades of Las Palmas #B4DF3A
Tints of Las Palmas #B4DF3A
RGB
CMYK
RGB Variations
Color information
#B4DF3A (or 0xB4DF3A) is known color: Las Palmas. HEX triplet: B4, DF and 3A. RGB value is (180,223,58). Sum of RGB (Red+Green+Blue) = 180+223+58=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DF3A is #4B20C5. Grayscale: #BFBFBF. Windows color (decimal): -4923590 or 3858356. OLE color: 3858356.
HSL color Cylindrical-coordinate representation of color #B4DF3A: hue angle of 75.64º 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 #B4DF3A is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 58 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.13 |
| HSL | 75.64º | 0.72% | 0.55% | - |
| HSV(B) | 75.64º | 0.74% | 0.87% | - |
| XYZ | 45.97 | 62.78 | 13.7 | - |
| YUV | 191.33 | 52.75 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 58 | 0.19 | 0 | 0.74 | 0.13 | 75.64 | 0.72 | 0.55 |
| Hex | B4 | DF | 3A | 13 | 0 | 4A | D | 4C | 48 | 37 |
| Octal | 264 | 337 | 72 | 23 | 0 | 112 | 15 | 114 | 110 | 67 |
| Binary | 10110100 | 11011111 | 111010 | 10011 | 0 | 1001010 | 1101 | 1001100 | 1001000 | 110111 |
Color Harmonies of #B4DF3A
Complementary color
Monochromatic Colors of #B4DF3A
Black with #B4DF3A
Text Example
Text Example
White with #B4DF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DF3A; }
p { color: rgb(180,223,58); }
H1.HeaderClassName
{
color: #B4DF3A;
}
.AnyTagClassName
{
color: #B4DF3A;
}
</style>
background-color css
<style>
a { background-color: #B4DF3A; }
a { background-color: rgb(180,223,58); }
div.DivClassName
{
background-color: #B4DF3A;
}
.BgClassName
{
background-color: #B4DF3A;
}
</style>
border-color css
<style>
span { border-color: #B4DF3A; }
span { border-color: rgb(180,223,58); }
td.TdClassName
{
border-color: #B4DF3A;
}
.TagClassName
{
border-color: #B4DF3A;
}
</style>