Shades of Las Palmas #B5D43F
Tints of Las Palmas #B5D43F
RGB
CMYK
RGB Variations
Color information
#B5D43F (or 0xB5D43F) is known color: Las Palmas. HEX triplet: B5, D4 and 3F. RGB value is (181,212,63). Sum of RGB (Red+Green+Blue) = 181+212+63=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D43F is #4A2BC0. Grayscale: #BABABA. Windows color (decimal): -4860865 or 4183221. OLE color: 4183221.
HSL color Cylindrical-coordinate representation of color #B5D43F: hue angle of 72.48º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5D43F is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 63 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.17 |
| HSL | 72.48º | 0.63% | 0.54% | - |
| HSV(B) | 72.48º | 0.7% | 0.83% | - |
| XYZ | 43.5 | 57.27 | 13.46 | - |
| YUV | 185.75 | 58.73 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 63 | 0.15 | 0 | 0.70 | 0.17 | 72.48 | 0.63 | 0.54 |
| Hex | B5 | D4 | 3F | F | 0 | 46 | 11 | 48 | 3F | 36 |
| Octal | 265 | 324 | 77 | 17 | 0 | 106 | 21 | 110 | 77 | 66 |
| Binary | 10110101 | 11010100 | 111111 | 1111 | 0 | 1000110 | 10001 | 1001000 | 111111 | 110110 |
Color Harmonies of #B5D43F
Complementary color
Monochromatic Colors of #B5D43F
Black with #B5D43F
Text Example
Text Example
White with #B5D43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D43F; }
p { color: rgb(181,212,63); }
H1.HeaderClassName
{
color: #B5D43F;
}
.AnyTagClassName
{
color: #B5D43F;
}
</style>
background-color css
<style>
a { background-color: #B5D43F; }
a { background-color: rgb(181,212,63); }
div.DivClassName
{
background-color: #B5D43F;
}
.BgClassName
{
background-color: #B5D43F;
}
</style>
border-color css
<style>
span { border-color: #B5D43F; }
span { border-color: rgb(181,212,63); }
td.TdClassName
{
border-color: #B5D43F;
}
.TagClassName
{
border-color: #B5D43F;
}
</style>