Shades of Las Palmas #C5DC31
Tints of Las Palmas #C5DC31
RGB
CMYK
RGB Variations
Color information
#C5DC31 (or 0xC5DC31) is known color: Las Palmas. HEX triplet: C5, DC and 31. RGB value is (197,220,49). Sum of RGB (Red+Green+Blue) = 197+220+49=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC31 is #3A23CE. Grayscale: #C2C2C2. Windows color (decimal): -3810255 or 3267781. OLE color: 3267781.
HSL color Cylindrical-coordinate representation of color #C5DC31: hue angle of 68.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5DC31 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 49 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.14 |
| HSL | 68.07º | 0.71% | 0.53% | - |
| HSV(B) | 68.07º | 0.78% | 0.86% | - |
| XYZ | 49.17 | 63.28 | 12.53 | - |
| YUV | 193.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 49 | 0.10 | 0 | 0.78 | 0.14 | 68.07 | 0.71 | 0.53 |
| Hex | C5 | DC | 31 | A | 0 | 4E | E | 44 | 47 | 35 |
| Octal | 305 | 334 | 61 | 12 | 0 | 116 | 16 | 104 | 107 | 65 |
| Binary | 11000101 | 11011100 | 110001 | 1010 | 0 | 1001110 | 1110 | 1000100 | 1000111 | 110101 |
Color Harmonies of #C5DC31
Complementary color
Monochromatic Colors of #C5DC31
Black with #C5DC31
Text Example
Text Example
White with #C5DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC31; }
p { color: rgb(197,220,49); }
H1.HeaderClassName
{
color: #C5DC31;
}
.AnyTagClassName
{
color: #C5DC31;
}
</style>
background-color css
<style>
a { background-color: #C5DC31; }
a { background-color: rgb(197,220,49); }
div.DivClassName
{
background-color: #C5DC31;
}
.BgClassName
{
background-color: #C5DC31;
}
</style>
border-color css
<style>
span { border-color: #C5DC31; }
span { border-color: rgb(197,220,49); }
td.TdClassName
{
border-color: #C5DC31;
}
.TagClassName
{
border-color: #C5DC31;
}
</style>