Shades of Las Palmas #C1E745
Tints of Las Palmas #C1E745
RGB
CMYK
RGB Variations
Color information
#C1E745 (or 0xC1E745) is known color: Las Palmas. HEX triplet: C1, E7 and 45. RGB value is (193,231,69). Sum of RGB (Red+Green+Blue) = 193+231+69=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #C1E745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1E745 is #3E18BA. Grayscale: #C9C9C9. Windows color (decimal): -4069563 or 4581313. OLE color: 4581313.
HSL color Cylindrical-coordinate representation of color #C1E745: hue angle of 74.07º 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 #C1E745 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 231 | 69 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.09 |
| HSL | 74.07º | 0.77% | 0.59% | - |
| HSV(B) | 74.07º | 0.7% | 0.91% | - |
| XYZ | 51.64 | 68.92 | 16.21 | - |
| YUV | 201.17 | 53.41 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 231 | 69 | 0.16 | 0 | 0.70 | 0.09 | 74.07 | 0.77 | 0.59 |
| Hex | C1 | E7 | 45 | 10 | 0 | 46 | 9 | 4A | 4D | 3B |
| Octal | 301 | 347 | 105 | 20 | 0 | 106 | 11 | 112 | 115 | 73 |
| Binary | 11000001 | 11100111 | 1000101 | 10000 | 0 | 1000110 | 1001 | 1001010 | 1001101 | 111011 |
Color Harmonies of #C1E745
Complementary color
Monochromatic Colors of #C1E745
Black with #C1E745
Text Example
Text Example
White with #C1E745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E745; }
p { color: rgb(193,231,69); }
H1.HeaderClassName
{
color: #C1E745;
}
.AnyTagClassName
{
color: #C1E745;
}
</style>
background-color css
<style>
a { background-color: #C1E745; }
a { background-color: rgb(193,231,69); }
div.DivClassName
{
background-color: #C1E745;
}
.BgClassName
{
background-color: #C1E745;
}
</style>
border-color css
<style>
span { border-color: #C1E745; }
span { border-color: rgb(193,231,69); }
td.TdClassName
{
border-color: #C1E745;
}
.TagClassName
{
border-color: #C1E745;
}
</style>