Shades of Las Palmas #C1CE44
Tints of Las Palmas #C1CE44
RGB
CMYK
RGB Variations
Color information
#C1CE44 (or 0xC1CE44) is known color: Las Palmas. HEX triplet: C1, CE and 44. RGB value is (193,206,68). Sum of RGB (Red+Green+Blue) = 193+206+68=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CE44 is #3E31BB. Grayscale: #BABABA. Windows color (decimal): -4075964 or 4509377. OLE color: 4509377.
HSL color Cylindrical-coordinate representation of color #C1CE44: hue angle of 65.65º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1CE44 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 68 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.19 |
| HSL | 65.65º | 0.58% | 0.54% | - |
| HSV(B) | 65.65º | 0.67% | 0.81% | - |
| XYZ | 45.11 | 55.9 | 13.88 | - |
| YUV | 186.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 68 | 0.06 | 0 | 0.67 | 0.19 | 65.65 | 0.58 | 0.54 |
| Hex | C1 | CE | 44 | 6 | 0 | 43 | 13 | 42 | 3A | 36 |
| Octal | 301 | 316 | 104 | 6 | 0 | 103 | 23 | 102 | 72 | 66 |
| Binary | 11000001 | 11001110 | 1000100 | 110 | 0 | 1000011 | 10011 | 1000010 | 111010 | 110110 |
Color Harmonies of #C1CE44
Complementary color
Monochromatic Colors of #C1CE44
Black with #C1CE44
Text Example
Text Example
White with #C1CE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE44; }
p { color: rgb(193,206,68); }
H1.HeaderClassName
{
color: #C1CE44;
}
.AnyTagClassName
{
color: #C1CE44;
}
</style>
background-color css
<style>
a { background-color: #C1CE44; }
a { background-color: rgb(193,206,68); }
div.DivClassName
{
background-color: #C1CE44;
}
.BgClassName
{
background-color: #C1CE44;
}
</style>
border-color css
<style>
span { border-color: #C1CE44; }
span { border-color: rgb(193,206,68); }
td.TdClassName
{
border-color: #C1CE44;
}
.TagClassName
{
border-color: #C1CE44;
}
</style>