Shades of Las Palmas #B4D53C
Tints of Las Palmas #B4D53C
RGB
CMYK
RGB Variations
Color information
#B4D53C (or 0xB4D53C) is known color: Las Palmas. HEX triplet: B4, D5 and 3C. RGB value is (180,213,60). Sum of RGB (Red+Green+Blue) = 180+213+60=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D53C is #4B2AC3. Grayscale: #BABABA. Windows color (decimal): -4926148 or 3986868. OLE color: 3986868.
HSL color Cylindrical-coordinate representation of color #B4D53C: hue angle of 72.94º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4D53C is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 60 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.16 |
| HSL | 72.94º | 0.65% | 0.54% | - |
| HSV(B) | 72.94º | 0.72% | 0.84% | - |
| XYZ | 43.43 | 57.62 | 13.11 | - |
| YUV | 185.69 | 57.07 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 60 | 0.15 | 0 | 0.72 | 0.16 | 72.94 | 0.65 | 0.54 |
| Hex | B4 | D5 | 3C | F | 0 | 48 | 10 | 49 | 41 | 36 |
| Octal | 264 | 325 | 74 | 17 | 0 | 110 | 20 | 111 | 101 | 66 |
| Binary | 10110100 | 11010101 | 111100 | 1111 | 0 | 1001000 | 10000 | 1001001 | 1000001 | 110110 |
Color Harmonies of #B4D53C
Complementary color
Monochromatic Colors of #B4D53C
Black with #B4D53C
Text Example
Text Example
White with #B4D53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D53C; }
p { color: rgb(180,213,60); }
H1.HeaderClassName
{
color: #B4D53C;
}
.AnyTagClassName
{
color: #B4D53C;
}
</style>
background-color css
<style>
a { background-color: #B4D53C; }
a { background-color: rgb(180,213,60); }
div.DivClassName
{
background-color: #B4D53C;
}
.BgClassName
{
background-color: #B4D53C;
}
</style>
border-color css
<style>
span { border-color: #B4D53C; }
span { border-color: rgb(180,213,60); }
td.TdClassName
{
border-color: #B4D53C;
}
.TagClassName
{
border-color: #B4D53C;
}
</style>