Shades of Las Palmas #C5CA39
Tints of Las Palmas #C5CA39
RGB
CMYK
RGB Variations
Color information
#C5CA39 (or 0xC5CA39) is known color: Las Palmas. HEX triplet: C5, CA and 39. RGB value is (197,202,57). Sum of RGB (Red+Green+Blue) = 197+202+57=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 57 (22.66% from 255 or 12.5% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA39 is #3A35C6. Grayscale: #B8B8B8. Windows color (decimal): -3814855 or 3787461. OLE color: 3787461.
HSL color Cylindrical-coordinate representation of color #C5CA39: hue angle of 62.07º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5CA39 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 57 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.21 |
| HSL | 62.07º | 0.58% | 0.51% | - |
| HSV(B) | 62.07º | 0.72% | 0.79% | - |
| XYZ | 44.89 | 54.41 | 12.01 | - |
| YUV | 183.98 | 56.34 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 57 | 0.02 | 0 | 0.72 | 0.21 | 62.07 | 0.58 | 0.51 |
| Hex | C5 | CA | 39 | 2 | 0 | 48 | 15 | 3E | 3A | 33 |
| Octal | 305 | 312 | 71 | 2 | 0 | 110 | 25 | 76 | 72 | 63 |
| Binary | 11000101 | 11001010 | 111001 | 10 | 0 | 1001000 | 10101 | 111110 | 111010 | 110011 |
Color Harmonies of #C5CA39
Complementary color
Monochromatic Colors of #C5CA39
Black with #C5CA39
Text Example
Text Example
White with #C5CA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA39; }
p { color: rgb(197,202,57); }
H1.HeaderClassName
{
color: #C5CA39;
}
.AnyTagClassName
{
color: #C5CA39;
}
</style>
background-color css
<style>
a { background-color: #C5CA39; }
a { background-color: rgb(197,202,57); }
div.DivClassName
{
background-color: #C5CA39;
}
.BgClassName
{
background-color: #C5CA39;
}
</style>
border-color css
<style>
span { border-color: #C5CA39; }
span { border-color: rgb(197,202,57); }
td.TdClassName
{
border-color: #C5CA39;
}
.TagClassName
{
border-color: #C5CA39;
}
</style>