Shades of Las Palmas #B3DA3C
Tints of Las Palmas #B3DA3C
RGB
CMYK
RGB Variations
Color information
#B3DA3C (or 0xB3DA3C) is known color: Las Palmas. HEX triplet: B3, DA and 3C. RGB value is (179,218,60). Sum of RGB (Red+Green+Blue) = 179+218+60=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DA3C is #4C25C3. Grayscale: #BCBCBC. Windows color (decimal): -4990404 or 3988147. OLE color: 3988147.
HSL color Cylindrical-coordinate representation of color #B3DA3C: hue angle of 74.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3DA3C is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 218 | 60 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.15 |
| HSL | 74.81º | 0.68% | 0.55% | - |
| HSV(B) | 74.81º | 0.72% | 0.85% | - |
| XYZ | 44.48 | 60.05 | 13.52 | - |
| YUV | 188.33 | 55.58 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 218 | 60 | 0.18 | 0 | 0.72 | 0.15 | 74.81 | 0.68 | 0.55 |
| Hex | B3 | DA | 3C | 12 | 0 | 48 | F | 4B | 44 | 37 |
| Octal | 263 | 332 | 74 | 22 | 0 | 110 | 17 | 113 | 104 | 67 |
| Binary | 10110011 | 11011010 | 111100 | 10010 | 0 | 1001000 | 1111 | 1001011 | 1000100 | 110111 |
Color Harmonies of #B3DA3C
Complementary color
Monochromatic Colors of #B3DA3C
Black with #B3DA3C
Text Example
Text Example
White with #B3DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DA3C; }
p { color: rgb(179,218,60); }
H1.HeaderClassName
{
color: #B3DA3C;
}
.AnyTagClassName
{
color: #B3DA3C;
}
</style>
background-color css
<style>
a { background-color: #B3DA3C; }
a { background-color: rgb(179,218,60); }
div.DivClassName
{
background-color: #B3DA3C;
}
.BgClassName
{
background-color: #B3DA3C;
}
</style>
border-color css
<style>
span { border-color: #B3DA3C; }
span { border-color: rgb(179,218,60); }
td.TdClassName
{
border-color: #B3DA3C;
}
.TagClassName
{
border-color: #B3DA3C;
}
</style>