Shades of Las Palmas #C3CF40
Tints of Las Palmas #C3CF40
RGB
CMYK
RGB Variations
Color information
#C3CF40 (or 0xC3CF40) is known color: Las Palmas. HEX triplet: C3, CF and 40. RGB value is (195,207,64). Sum of RGB (Red+Green+Blue) = 195+207+64=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CF40 is #3C30BF. Grayscale: #BBBBBB. Windows color (decimal): -3944640 or 4247491. OLE color: 4247491.
HSL color Cylindrical-coordinate representation of color #C3CF40: hue angle of 65.03º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3CF40 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 64 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.19 |
| HSL | 65.03º | 0.6% | 0.53% | - |
| HSV(B) | 65.03º | 0.69% | 0.81% | - |
| XYZ | 45.74 | 56.6 | 13.36 | - |
| YUV | 187.11 | 58.52 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 64 | 0.06 | 0 | 0.69 | 0.19 | 65.03 | 0.6 | 0.53 |
| Hex | C3 | CF | 40 | 6 | 0 | 45 | 13 | 41 | 3C | 35 |
| Octal | 303 | 317 | 100 | 6 | 0 | 105 | 23 | 101 | 74 | 65 |
| Binary | 11000011 | 11001111 | 1000000 | 110 | 0 | 1000101 | 10011 | 1000001 | 111100 | 110101 |
Color Harmonies of #C3CF40
Complementary color
Monochromatic Colors of #C3CF40
Black with #C3CF40
Text Example
Text Example
White with #C3CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF40; }
p { color: rgb(195,207,64); }
H1.HeaderClassName
{
color: #C3CF40;
}
.AnyTagClassName
{
color: #C3CF40;
}
</style>
background-color css
<style>
a { background-color: #C3CF40; }
a { background-color: rgb(195,207,64); }
div.DivClassName
{
background-color: #C3CF40;
}
.BgClassName
{
background-color: #C3CF40;
}
</style>
border-color css
<style>
span { border-color: #C3CF40; }
span { border-color: rgb(195,207,64); }
td.TdClassName
{
border-color: #C3CF40;
}
.TagClassName
{
border-color: #C3CF40;
}
</style>