Shades of Las Palmas #C1E746
Tints of Las Palmas #C1E746
RGB
CMYK
RGB Variations
Color information
#C1E746 (or 0xC1E746) is known color: Las Palmas. HEX triplet: C1, E7 and 46. RGB value is (193,231,70). Sum of RGB (Red+Green+Blue) = 193+231+70=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 70 (27.73% from 255 or 14.17% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #C1E746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1E746 is #3E18B9. Grayscale: #C9C9C9. Windows color (decimal): -4069562 or 4646849. OLE color: 4646849.
HSL color Cylindrical-coordinate representation of color #C1E746: hue angle of 74.16º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1E746 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 231 | 70 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.09 |
| HSL | 74.16º | 0.77% | 0.59% | - |
| HSV(B) | 74.16º | 0.7% | 0.91% | - |
| XYZ | 51.67 | 68.93 | 16.38 | - |
| YUV | 201.28 | 53.91 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 231 | 70 | 0.16 | 0 | 0.70 | 0.09 | 74.16 | 0.77 | 0.59 |
| Hex | C1 | E7 | 46 | 10 | 0 | 46 | 9 | 4A | 4D | 3B |
| Octal | 301 | 347 | 106 | 20 | 0 | 106 | 11 | 112 | 115 | 73 |
| Binary | 11000001 | 11100111 | 1000110 | 10000 | 0 | 1000110 | 1001 | 1001010 | 1001101 | 111011 |
Color Harmonies of #C1E746
Complementary color
Monochromatic Colors of #C1E746
Black with #C1E746
Text Example
Text Example
White with #C1E746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E746; }
p { color: rgb(193,231,70); }
H1.HeaderClassName
{
color: #C1E746;
}
.AnyTagClassName
{
color: #C1E746;
}
</style>
background-color css
<style>
a { background-color: #C1E746; }
a { background-color: rgb(193,231,70); }
div.DivClassName
{
background-color: #C1E746;
}
.BgClassName
{
background-color: #C1E746;
}
</style>
border-color css
<style>
span { border-color: #C1E746; }
span { border-color: rgb(193,231,70); }
td.TdClassName
{
border-color: #C1E746;
}
.TagClassName
{
border-color: #C1E746;
}
</style>