Shades of Las Palmas #C3CF3E
Tints of Las Palmas #C3CF3E
RGB
CMYK
RGB Variations
Color information
#C3CF3E (or 0xC3CF3E) is known color: Las Palmas. HEX triplet: C3, CF and 3E. RGB value is (195,207,62). Sum of RGB (Red+Green+Blue) = 195+207+62=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CF3E is #3C30C1. Grayscale: #BBBBBB. Windows color (decimal): -3944642 or 4116419. OLE color: 4116419.
HSL color Cylindrical-coordinate representation of color #C3CF3E: hue angle of 64.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3CF3E is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 62 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.19 |
| HSL | 64.97º | 0.6% | 0.53% | - |
| HSV(B) | 64.97º | 0.7% | 0.81% | - |
| XYZ | 45.69 | 56.58 | 13.07 | - |
| YUV | 186.88 | 57.52 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 62 | 0.06 | 0 | 0.70 | 0.19 | 64.97 | 0.6 | 0.53 |
| Hex | C3 | CF | 3E | 6 | 0 | 46 | 13 | 41 | 3C | 35 |
| Octal | 303 | 317 | 76 | 6 | 0 | 106 | 23 | 101 | 74 | 65 |
| Binary | 11000011 | 11001111 | 111110 | 110 | 0 | 1000110 | 10011 | 1000001 | 111100 | 110101 |
Color Harmonies of #C3CF3E
Complementary color
Monochromatic Colors of #C3CF3E
Black with #C3CF3E
Text Example
Text Example
White with #C3CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF3E; }
p { color: rgb(195,207,62); }
H1.HeaderClassName
{
color: #C3CF3E;
}
.AnyTagClassName
{
color: #C3CF3E;
}
</style>
background-color css
<style>
a { background-color: #C3CF3E; }
a { background-color: rgb(195,207,62); }
div.DivClassName
{
background-color: #C3CF3E;
}
.BgClassName
{
background-color: #C3CF3E;
}
</style>
border-color css
<style>
span { border-color: #C3CF3E; }
span { border-color: rgb(195,207,62); }
td.TdClassName
{
border-color: #C3CF3E;
}
.TagClassName
{
border-color: #C3CF3E;
}
</style>