Shades of Las Palmas #C1CC3F
Tints of Las Palmas #C1CC3F
RGB
CMYK
RGB Variations
Color information
#C1CC3F (or 0xC1CC3F) is known color: Las Palmas. HEX triplet: C1, CC and 3F. RGB value is (193,204,63). Sum of RGB (Red+Green+Blue) = 193+204+63=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC3F is #3E33C0. Grayscale: #B9B9B9. Windows color (decimal): -4076481 or 4181185. OLE color: 4181185.
HSL color Cylindrical-coordinate representation of color #C1CC3F: hue angle of 64.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1CC3F is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 63 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.2 |
| HSL | 64.68º | 0.58% | 0.52% | - |
| HSV(B) | 64.68º | 0.69% | 0.8% | - |
| XYZ | 44.48 | 54.88 | 12.95 | - |
| YUV | 184.64 | 59.36 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 63 | 0.05 | 0 | 0.69 | 0.2 | 64.68 | 0.58 | 0.52 |
| Hex | C1 | CC | 3F | 5 | 0 | 45 | 14 | 41 | 3A | 34 |
| Octal | 301 | 314 | 77 | 5 | 0 | 105 | 24 | 101 | 72 | 64 |
| Binary | 11000001 | 11001100 | 111111 | 101 | 0 | 1000101 | 10100 | 1000001 | 111010 | 110100 |
Color Harmonies of #C1CC3F
Complementary color
Monochromatic Colors of #C1CC3F
Black with #C1CC3F
Text Example
Text Example
White with #C1CC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC3F; }
p { color: rgb(193,204,63); }
H1.HeaderClassName
{
color: #C1CC3F;
}
.AnyTagClassName
{
color: #C1CC3F;
}
</style>
background-color css
<style>
a { background-color: #C1CC3F; }
a { background-color: rgb(193,204,63); }
div.DivClassName
{
background-color: #C1CC3F;
}
.BgClassName
{
background-color: #C1CC3F;
}
</style>
border-color css
<style>
span { border-color: #C1CC3F; }
span { border-color: rgb(193,204,63); }
td.TdClassName
{
border-color: #C1CC3F;
}
.TagClassName
{
border-color: #C1CC3F;
}
</style>