Shades of Las Palmas #C1CF40
Tints of Las Palmas #C1CF40
RGB
CMYK
RGB Variations
Color information
#C1CF40 (or 0xC1CF40) is known color: Las Palmas. HEX triplet: C1, CF and 40. RGB value is (193,207,64). Sum of RGB (Red+Green+Blue) = 193+207+64=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CF40 is #3E30BF. Grayscale: #BBBBBB. Windows color (decimal): -4075712 or 4247489. OLE color: 4247489.
HSL color Cylindrical-coordinate representation of color #C1CF40: hue angle of 65.87º 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 #C1CF40 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 64 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.19 |
| HSL | 65.87º | 0.6% | 0.53% | - |
| HSV(B) | 65.87º | 0.69% | 0.81% | - |
| XYZ | 45.23 | 56.33 | 13.34 | - |
| YUV | 186.51 | 58.86 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 64 | 0.07 | 0 | 0.69 | 0.19 | 65.87 | 0.6 | 0.53 |
| Hex | C1 | CF | 40 | 7 | 0 | 45 | 13 | 42 | 3C | 35 |
| Octal | 301 | 317 | 100 | 7 | 0 | 105 | 23 | 102 | 74 | 65 |
| Binary | 11000001 | 11001111 | 1000000 | 111 | 0 | 1000101 | 10011 | 1000010 | 111100 | 110101 |
Color Harmonies of #C1CF40
Complementary color
Monochromatic Colors of #C1CF40
Black with #C1CF40
Text Example
Text Example
White with #C1CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CF40; }
p { color: rgb(193,207,64); }
H1.HeaderClassName
{
color: #C1CF40;
}
.AnyTagClassName
{
color: #C1CF40;
}
</style>
background-color css
<style>
a { background-color: #C1CF40; }
a { background-color: rgb(193,207,64); }
div.DivClassName
{
background-color: #C1CF40;
}
.BgClassName
{
background-color: #C1CF40;
}
</style>
border-color css
<style>
span { border-color: #C1CF40; }
span { border-color: rgb(193,207,64); }
td.TdClassName
{
border-color: #C1CF40;
}
.TagClassName
{
border-color: #C1CF40;
}
</style>