Shades of Las Palmas #C1E034
Tints of Las Palmas #C1E034
RGB
CMYK
RGB Variations
Color information
#C1E034 (or 0xC1E034) is known color: Las Palmas. HEX triplet: C1, E0 and 34. RGB value is (193,224,52). Sum of RGB (Red+Green+Blue) = 193+224+52=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E034 is #3E1FCB. Grayscale: #C3C3C3. Windows color (decimal): -4071372 or 3465409. OLE color: 3465409.
HSL color Cylindrical-coordinate representation of color #C1E034: hue angle of 70.81º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1E034 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 224 | 52 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.12 |
| HSL | 70.81º | 0.74% | 0.54% | - |
| HSV(B) | 70.81º | 0.77% | 0.88% | - |
| XYZ | 49.27 | 64.9 | 13.18 | - |
| YUV | 195.12 | 47.23 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 224 | 52 | 0.14 | 0 | 0.77 | 0.12 | 70.81 | 0.74 | 0.54 |
| Hex | C1 | E0 | 34 | E | 0 | 4D | C | 47 | 4A | 36 |
| Octal | 301 | 340 | 64 | 16 | 0 | 115 | 14 | 107 | 112 | 66 |
| Binary | 11000001 | 11100000 | 110100 | 1110 | 0 | 1001101 | 1100 | 1000111 | 1001010 | 110110 |
Color Harmonies of #C1E034
Complementary color
Monochromatic Colors of #C1E034
Black with #C1E034
Text Example
Text Example
White with #C1E034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E034; }
p { color: rgb(193,224,52); }
H1.HeaderClassName
{
color: #C1E034;
}
.AnyTagClassName
{
color: #C1E034;
}
</style>
background-color css
<style>
a { background-color: #C1E034; }
a { background-color: rgb(193,224,52); }
div.DivClassName
{
background-color: #C1E034;
}
.BgClassName
{
background-color: #C1E034;
}
</style>
border-color css
<style>
span { border-color: #C1E034; }
span { border-color: rgb(193,224,52); }
td.TdClassName
{
border-color: #C1E034;
}
.TagClassName
{
border-color: #C1E034;
}
</style>