Shades of Las Palmas #C1EA3A
Tints of Las Palmas #C1EA3A
RGB
CMYK
RGB Variations
Color information
#C1EA3A (or 0xC1EA3A) is known color: Las Palmas. HEX triplet: C1, EA and 3A. RGB value is (193,234,58). Sum of RGB (Red+Green+Blue) = 193+234+58=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 58 (23.05% from 255 or 11.96% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EA3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EA3A is #3E15C5. Grayscale: #CACACA. Windows color (decimal): -4068806 or 3861185. OLE color: 3861185.
HSL color Cylindrical-coordinate representation of color #C1EA3A: hue angle of 73.98º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1EA3A is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 234 | 58 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.08 |
| HSL | 73.98º | 0.81% | 0.57% | - |
| HSV(B) | 73.98º | 0.75% | 0.92% | - |
| XYZ | 52.18 | 70.49 | 14.86 | - |
| YUV | 201.68 | 46.92 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 58 | 0.18 | 0 | 0.75 | 0.08 | 73.98 | 0.81 | 0.57 |
| Hex | C1 | EA | 3A | 12 | 0 | 4B | 8 | 4A | 51 | 39 |
| Octal | 301 | 352 | 72 | 22 | 0 | 113 | 10 | 112 | 121 | 71 |
| Binary | 11000001 | 11101010 | 111010 | 10010 | 0 | 1001011 | 1000 | 1001010 | 1010001 | 111001 |
Color Harmonies of #C1EA3A
Complementary color
Monochromatic Colors of #C1EA3A
Black with #C1EA3A
Text Example
Text Example
White with #C1EA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EA3A; }
p { color: rgb(193,234,58); }
H1.HeaderClassName
{
color: #C1EA3A;
}
.AnyTagClassName
{
color: #C1EA3A;
}
</style>
background-color css
<style>
a { background-color: #C1EA3A; }
a { background-color: rgb(193,234,58); }
div.DivClassName
{
background-color: #C1EA3A;
}
.BgClassName
{
background-color: #C1EA3A;
}
</style>
border-color css
<style>
span { border-color: #C1EA3A; }
span { border-color: rgb(193,234,58); }
td.TdClassName
{
border-color: #C1EA3A;
}
.TagClassName
{
border-color: #C1EA3A;
}
</style>