Shades of Las Palmas #C1CE3B
Tints of Las Palmas #C1CE3B
RGB
CMYK
RGB Variations
Color information
#C1CE3B (or 0xC1CE3B) is known color: Las Palmas. HEX triplet: C1, CE and 3B. RGB value is (193,206,59). Sum of RGB (Red+Green+Blue) = 193+206+59=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CE3B is #3E31C4. Grayscale: #B9B9B9. Windows color (decimal): -4075973 or 3919553. OLE color: 3919553.
HSL color Cylindrical-coordinate representation of color #C1CE3B: hue angle of 65.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1CE3B is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 59 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.19 |
| HSL | 65.31º | 0.6% | 0.52% | - |
| HSV(B) | 65.31º | 0.71% | 0.81% | - |
| XYZ | 44.85 | 55.8 | 12.54 | - |
| YUV | 185.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 59 | 0.06 | 0 | 0.71 | 0.19 | 65.31 | 0.6 | 0.52 |
| Hex | C1 | CE | 3B | 6 | 0 | 47 | 13 | 41 | 3C | 34 |
| Octal | 301 | 316 | 73 | 6 | 0 | 107 | 23 | 101 | 74 | 64 |
| Binary | 11000001 | 11001110 | 111011 | 110 | 0 | 1000111 | 10011 | 1000001 | 111100 | 110100 |
Color Harmonies of #C1CE3B
Complementary color
Monochromatic Colors of #C1CE3B
Black with #C1CE3B
Text Example
Text Example
White with #C1CE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE3B; }
p { color: rgb(193,206,59); }
H1.HeaderClassName
{
color: #C1CE3B;
}
.AnyTagClassName
{
color: #C1CE3B;
}
</style>
background-color css
<style>
a { background-color: #C1CE3B; }
a { background-color: rgb(193,206,59); }
div.DivClassName
{
background-color: #C1CE3B;
}
.BgClassName
{
background-color: #C1CE3B;
}
</style>
border-color css
<style>
span { border-color: #C1CE3B; }
span { border-color: rgb(193,206,59); }
td.TdClassName
{
border-color: #C1CE3B;
}
.TagClassName
{
border-color: #C1CE3B;
}
</style>