Shades of Las Palmas #C5D93C
Tints of Las Palmas #C5D93C
RGB
CMYK
RGB Variations
Color information
#C5D93C (or 0xC5D93C) is known color: Las Palmas. HEX triplet: C5, D9 and 3C. RGB value is (197,217,60). Sum of RGB (Red+Green+Blue) = 197+217+60=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D93C is #3A26C3. Grayscale: #C1C1C1. Windows color (decimal): -3811012 or 3987909. OLE color: 3987909.
HSL color Cylindrical-coordinate representation of color #C5D93C: hue angle of 67.64º 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 #C5D93C is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 60 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.15 |
| HSL | 67.64º | 0.67% | 0.54% | - |
| HSV(B) | 67.64º | 0.72% | 0.85% | - |
| XYZ | 48.65 | 61.82 | 13.64 | - |
| YUV | 193.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 60 | 0.09 | 0 | 0.72 | 0.15 | 67.64 | 0.67 | 0.54 |
| Hex | C5 | D9 | 3C | 9 | 0 | 48 | F | 44 | 43 | 36 |
| Octal | 305 | 331 | 74 | 11 | 0 | 110 | 17 | 104 | 103 | 66 |
| Binary | 11000101 | 11011001 | 111100 | 1001 | 0 | 1001000 | 1111 | 1000100 | 1000011 | 110110 |
Color Harmonies of #C5D93C
Complementary color
Monochromatic Colors of #C5D93C
Black with #C5D93C
Text Example
Text Example
White with #C5D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D93C; }
p { color: rgb(197,217,60); }
H1.HeaderClassName
{
color: #C5D93C;
}
.AnyTagClassName
{
color: #C5D93C;
}
</style>
background-color css
<style>
a { background-color: #C5D93C; }
a { background-color: rgb(197,217,60); }
div.DivClassName
{
background-color: #C5D93C;
}
.BgClassName
{
background-color: #C5D93C;
}
</style>
border-color css
<style>
span { border-color: #C5D93C; }
span { border-color: rgb(197,217,60); }
td.TdClassName
{
border-color: #C5D93C;
}
.TagClassName
{
border-color: #C5D93C;
}
</style>