Shades of Las Palmas #C1CF3D
Tints of Las Palmas #C1CF3D
RGB
CMYK
RGB Variations
Color information
#C1CF3D (or 0xC1CF3D) is known color: Las Palmas. HEX triplet: C1, CF and 3D. RGB value is (193,207,61). Sum of RGB (Red+Green+Blue) = 193+207+61=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CF3D is #3E30C2. Grayscale: #BABABA. Windows color (decimal): -4075715 or 4050881. OLE color: 4050881.
HSL color Cylindrical-coordinate representation of color #C1CF3D: hue angle of 65.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1CF3D is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 61 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.19 |
| HSL | 65.75º | 0.6% | 0.53% | - |
| HSV(B) | 65.75º | 0.71% | 0.81% | - |
| XYZ | 45.15 | 56.3 | 12.9 | - |
| YUV | 186.17 | 57.36 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 61 | 0.07 | 0 | 0.71 | 0.19 | 65.75 | 0.6 | 0.53 |
| Hex | C1 | CF | 3D | 7 | 0 | 47 | 13 | 42 | 3C | 35 |
| Octal | 301 | 317 | 75 | 7 | 0 | 107 | 23 | 102 | 74 | 65 |
| Binary | 11000001 | 11001111 | 111101 | 111 | 0 | 1000111 | 10011 | 1000010 | 111100 | 110101 |
Color Harmonies of #C1CF3D
Complementary color
Monochromatic Colors of #C1CF3D
Black with #C1CF3D
Text Example
Text Example
White with #C1CF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CF3D; }
p { color: rgb(193,207,61); }
H1.HeaderClassName
{
color: #C1CF3D;
}
.AnyTagClassName
{
color: #C1CF3D;
}
</style>
background-color css
<style>
a { background-color: #C1CF3D; }
a { background-color: rgb(193,207,61); }
div.DivClassName
{
background-color: #C1CF3D;
}
.BgClassName
{
background-color: #C1CF3D;
}
</style>
border-color css
<style>
span { border-color: #C1CF3D; }
span { border-color: rgb(193,207,61); }
td.TdClassName
{
border-color: #C1CF3D;
}
.TagClassName
{
border-color: #C1CF3D;
}
</style>