Shades of Las Palmas #C1CE3E
Tints of Las Palmas #C1CE3E
RGB
CMYK
RGB Variations
Color information
#C1CE3E (or 0xC1CE3E) is known color: Las Palmas. HEX triplet: C1, CE and 3E. RGB value is (193,206,62). Sum of RGB (Red+Green+Blue) = 193+206+62=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CE3E is #3E31C1. Grayscale: #BABABA. Windows color (decimal): -4075970 or 4116161. OLE color: 4116161.
HSL color Cylindrical-coordinate representation of color #C1CE3E: hue angle of 65.42º 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 #C1CE3E is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 62 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.19 |
| HSL | 65.42º | 0.6% | 0.53% | - |
| HSV(B) | 65.42º | 0.7% | 0.81% | - |
| XYZ | 44.93 | 55.83 | 12.97 | - |
| YUV | 185.7 | 58.19 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 62 | 0.06 | 0 | 0.70 | 0.19 | 65.42 | 0.6 | 0.53 |
| Hex | C1 | CE | 3E | 6 | 0 | 46 | 13 | 41 | 3C | 35 |
| Octal | 301 | 316 | 76 | 6 | 0 | 106 | 23 | 101 | 74 | 65 |
| Binary | 11000001 | 11001110 | 111110 | 110 | 0 | 1000110 | 10011 | 1000001 | 111100 | 110101 |
Color Harmonies of #C1CE3E
Complementary color
Monochromatic Colors of #C1CE3E
Black with #C1CE3E
Text Example
Text Example
White with #C1CE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE3E; }
p { color: rgb(193,206,62); }
H1.HeaderClassName
{
color: #C1CE3E;
}
.AnyTagClassName
{
color: #C1CE3E;
}
</style>
background-color css
<style>
a { background-color: #C1CE3E; }
a { background-color: rgb(193,206,62); }
div.DivClassName
{
background-color: #C1CE3E;
}
.BgClassName
{
background-color: #C1CE3E;
}
</style>
border-color css
<style>
span { border-color: #C1CE3E; }
span { border-color: rgb(193,206,62); }
td.TdClassName
{
border-color: #C1CE3E;
}
.TagClassName
{
border-color: #C1CE3E;
}
</style>