Shades of Las Palmas #B5D43C
Tints of Las Palmas #B5D43C
RGB
CMYK
RGB Variations
Color information
#B5D43C (or 0xB5D43C) is known color: Las Palmas. HEX triplet: B5, D4 and 3C. RGB value is (181,212,60). Sum of RGB (Red+Green+Blue) = 181+212+60=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D43C is #4A2BC3. Grayscale: #B9B9B9. Windows color (decimal): -4860868 or 3986613. OLE color: 3986613.
HSL color Cylindrical-coordinate representation of color #B5D43C: hue angle of 72.24º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5D43C is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 60 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.17 |
| HSL | 72.24º | 0.64% | 0.53% | - |
| HSV(B) | 72.24º | 0.72% | 0.83% | - |
| XYZ | 43.42 | 57.24 | 13.03 | - |
| YUV | 185.4 | 57.23 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 60 | 0.15 | 0 | 0.72 | 0.17 | 72.24 | 0.64 | 0.53 |
| Hex | B5 | D4 | 3C | F | 0 | 48 | 11 | 48 | 40 | 35 |
| Octal | 265 | 324 | 74 | 17 | 0 | 110 | 21 | 110 | 100 | 65 |
| Binary | 10110101 | 11010100 | 111100 | 1111 | 0 | 1001000 | 10001 | 1001000 | 1000000 | 110101 |
Color Harmonies of #B5D43C
Complementary color
Monochromatic Colors of #B5D43C
Black with #B5D43C
Text Example
Text Example
White with #B5D43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D43C; }
p { color: rgb(181,212,60); }
H1.HeaderClassName
{
color: #B5D43C;
}
.AnyTagClassName
{
color: #B5D43C;
}
</style>
background-color css
<style>
a { background-color: #B5D43C; }
a { background-color: rgb(181,212,60); }
div.DivClassName
{
background-color: #B5D43C;
}
.BgClassName
{
background-color: #B5D43C;
}
</style>
border-color css
<style>
span { border-color: #B5D43C; }
span { border-color: rgb(181,212,60); }
td.TdClassName
{
border-color: #B5D43C;
}
.TagClassName
{
border-color: #B5D43C;
}
</style>