Shades of Las Palmas #C5DA3B
Tints of Las Palmas #C5DA3B
RGB
CMYK
RGB Variations
Color information
#C5DA3B (or 0xC5DA3B) is known color: Las Palmas. HEX triplet: C5, DA and 3B. RGB value is (197,218,59). Sum of RGB (Red+Green+Blue) = 197+218+59=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 59 (23.44% from 255 or 12.45% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA3B is #3A25C4. Grayscale: #C2C2C2. Windows color (decimal): -3810757 or 3922629. OLE color: 3922629.
HSL color Cylindrical-coordinate representation of color #C5DA3B: hue angle of 67.92º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5DA3B is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 59 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.15 |
| HSL | 67.92º | 0.68% | 0.54% | - |
| HSV(B) | 67.92º | 0.73% | 0.85% | - |
| XYZ | 48.89 | 62.33 | 13.59 | - |
| YUV | 193.6 | 52.04 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 59 | 0.10 | 0 | 0.73 | 0.15 | 67.92 | 0.68 | 0.54 |
| Hex | C5 | DA | 3B | A | 0 | 49 | F | 44 | 44 | 36 |
| Octal | 305 | 332 | 73 | 12 | 0 | 111 | 17 | 104 | 104 | 66 |
| Binary | 11000101 | 11011010 | 111011 | 1010 | 0 | 1001001 | 1111 | 1000100 | 1000100 | 110110 |
Color Harmonies of #C5DA3B
Complementary color
Monochromatic Colors of #C5DA3B
Black with #C5DA3B
Text Example
Text Example
White with #C5DA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA3B; }
p { color: rgb(197,218,59); }
H1.HeaderClassName
{
color: #C5DA3B;
}
.AnyTagClassName
{
color: #C5DA3B;
}
</style>
background-color css
<style>
a { background-color: #C5DA3B; }
a { background-color: rgb(197,218,59); }
div.DivClassName
{
background-color: #C5DA3B;
}
.BgClassName
{
background-color: #C5DA3B;
}
</style>
border-color css
<style>
span { border-color: #C5DA3B; }
span { border-color: rgb(197,218,59); }
td.TdClassName
{
border-color: #C5DA3B;
}
.TagClassName
{
border-color: #C5DA3B;
}
</style>