Shades of Las Palmas #C1EB42
Tints of Las Palmas #C1EB42
RGB
CMYK
RGB Variations
Color information
#C1EB42 (or 0xC1EB42) is known color: Las Palmas. HEX triplet: C1, EB and 42. RGB value is (193,235,66). Sum of RGB (Red+Green+Blue) = 193+235+66=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EB42 is #3E14BD. Grayscale: #CBCBCB. Windows color (decimal): -4068542 or 4385729. OLE color: 4385729.
HSL color Cylindrical-coordinate representation of color #C1EB42: hue angle of 74.91º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1EB42 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 66 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.08 |
| HSL | 74.91º | 0.81% | 0.59% | - |
| HSV(B) | 74.91º | 0.72% | 0.92% | - |
| XYZ | 52.68 | 71.15 | 16.11 | - |
| YUV | 203.18 | 50.59 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 66 | 0.18 | 0 | 0.72 | 0.08 | 74.91 | 0.81 | 0.59 |
| Hex | C1 | EB | 42 | 12 | 0 | 48 | 8 | 4B | 51 | 3B |
| Octal | 301 | 353 | 102 | 22 | 0 | 110 | 10 | 113 | 121 | 73 |
| Binary | 11000001 | 11101011 | 1000010 | 10010 | 0 | 1001000 | 1000 | 1001011 | 1010001 | 111011 |
Color Harmonies of #C1EB42
Complementary color
Monochromatic Colors of #C1EB42
Black with #C1EB42
Text Example
Text Example
White with #C1EB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB42; }
p { color: rgb(193,235,66); }
H1.HeaderClassName
{
color: #C1EB42;
}
.AnyTagClassName
{
color: #C1EB42;
}
</style>
background-color css
<style>
a { background-color: #C1EB42; }
a { background-color: rgb(193,235,66); }
div.DivClassName
{
background-color: #C1EB42;
}
.BgClassName
{
background-color: #C1EB42;
}
</style>
border-color css
<style>
span { border-color: #C1EB42; }
span { border-color: rgb(193,235,66); }
td.TdClassName
{
border-color: #C1EB42;
}
.TagClassName
{
border-color: #C1EB42;
}
</style>