Shades of Las Palmas #B4D83C
Tints of Las Palmas #B4D83C
RGB
CMYK
RGB Variations
Color information
#B4D83C (or 0xB4D83C) is known color: Las Palmas. HEX triplet: B4, D8 and 3C. RGB value is (180,216,60). Sum of RGB (Red+Green+Blue) = 180+216+60=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D83C is #4B27C3. Grayscale: #BCBCBC. Windows color (decimal): -4925380 or 3987636. OLE color: 3987636.
HSL color Cylindrical-coordinate representation of color #B4D83C: hue angle of 73.85º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4D83C is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 216 | 60 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.15 |
| HSL | 73.85º | 0.67% | 0.54% | - |
| HSV(B) | 73.85º | 0.72% | 0.85% | - |
| XYZ | 44.19 | 59.14 | 13.36 | - |
| YUV | 187.45 | 56.07 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 216 | 60 | 0.17 | 0 | 0.72 | 0.15 | 73.85 | 0.67 | 0.54 |
| Hex | B4 | D8 | 3C | 11 | 0 | 48 | F | 4A | 43 | 36 |
| Octal | 264 | 330 | 74 | 21 | 0 | 110 | 17 | 112 | 103 | 66 |
| Binary | 10110100 | 11011000 | 111100 | 10001 | 0 | 1001000 | 1111 | 1001010 | 1000011 | 110110 |
Color Harmonies of #B4D83C
Complementary color
Monochromatic Colors of #B4D83C
Black with #B4D83C
Text Example
Text Example
White with #B4D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D83C; }
p { color: rgb(180,216,60); }
H1.HeaderClassName
{
color: #B4D83C;
}
.AnyTagClassName
{
color: #B4D83C;
}
</style>
background-color css
<style>
a { background-color: #B4D83C; }
a { background-color: rgb(180,216,60); }
div.DivClassName
{
background-color: #B4D83C;
}
.BgClassName
{
background-color: #B4D83C;
}
</style>
border-color css
<style>
span { border-color: #B4D83C; }
span { border-color: rgb(180,216,60); }
td.TdClassName
{
border-color: #B4D83C;
}
.TagClassName
{
border-color: #B4D83C;
}
</style>