Shades of Las Palmas #C3CA3C
Tints of Las Palmas #C3CA3C
RGB
CMYK
RGB Variations
Color information
#C3CA3C (or 0xC3CA3C) is known color: Las Palmas. HEX triplet: C3, CA and 3C. RGB value is (195,202,60). Sum of RGB (Red+Green+Blue) = 195+202+60=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CA3C is #3C35C3. Grayscale: #B8B8B8. Windows color (decimal): -3945924 or 3984067. OLE color: 3984067.
HSL color Cylindrical-coordinate representation of color #C3CA3C: hue angle of 62.96º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3CA3C is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 202 | 60 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.21 |
| HSL | 62.96º | 0.57% | 0.51% | - |
| HSV(B) | 62.96º | 0.7% | 0.79% | - |
| XYZ | 44.44 | 54.17 | 12.39 | - |
| YUV | 183.72 | 58.18 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 60 | 0.03 | 0 | 0.70 | 0.21 | 62.96 | 0.57 | 0.51 |
| Hex | C3 | CA | 3C | 3 | 0 | 46 | 15 | 3F | 39 | 33 |
| Octal | 303 | 312 | 74 | 3 | 0 | 106 | 25 | 77 | 71 | 63 |
| Binary | 11000011 | 11001010 | 111100 | 11 | 0 | 1000110 | 10101 | 111111 | 111001 | 110011 |
Color Harmonies of #C3CA3C
Complementary color
Monochromatic Colors of #C3CA3C
Black with #C3CA3C
Text Example
Text Example
White with #C3CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CA3C; }
p { color: rgb(195,202,60); }
H1.HeaderClassName
{
color: #C3CA3C;
}
.AnyTagClassName
{
color: #C3CA3C;
}
</style>
background-color css
<style>
a { background-color: #C3CA3C; }
a { background-color: rgb(195,202,60); }
div.DivClassName
{
background-color: #C3CA3C;
}
.BgClassName
{
background-color: #C3CA3C;
}
</style>
border-color css
<style>
span { border-color: #C3CA3C; }
span { border-color: rgb(195,202,60); }
td.TdClassName
{
border-color: #C3CA3C;
}
.TagClassName
{
border-color: #C3CA3C;
}
</style>