Shades of Las Palmas #C1E432
Tints of Las Palmas #C1E432
RGB
CMYK
RGB Variations
Color information
#C1E432 (or 0xC1E432) is known color: Las Palmas. HEX triplet: C1, E4 and 32. RGB value is (193,228,50). Sum of RGB (Red+Green+Blue) = 193+228+50=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 228 - color contains mainly: green. Hex color #C1E432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E432 is #3E1BCD. Grayscale: #C5C5C5. Windows color (decimal): -4070350 or 3335361. OLE color: 3335361.
HSL color Cylindrical-coordinate representation of color #C1E432: hue angle of 71.8º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1E432 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 228 | 50 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.11 |
| HSL | 71.8º | 0.77% | 0.55% | - |
| HSV(B) | 71.8º | 0.78% | 0.89% | - |
| XYZ | 50.31 | 67.05 | 13.31 | - |
| YUV | 197.24 | 44.9 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 228 | 50 | 0.15 | 0 | 0.78 | 0.11 | 71.8 | 0.77 | 0.55 |
| Hex | C1 | E4 | 32 | F | 0 | 4E | B | 48 | 4D | 37 |
| Octal | 301 | 344 | 62 | 17 | 0 | 116 | 13 | 110 | 115 | 67 |
| Binary | 11000001 | 11100100 | 110010 | 1111 | 0 | 1001110 | 1011 | 1001000 | 1001101 | 110111 |
Color Harmonies of #C1E432
Complementary color
Monochromatic Colors of #C1E432
Black with #C1E432
Text Example
Text Example
White with #C1E432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E432; }
p { color: rgb(193,228,50); }
H1.HeaderClassName
{
color: #C1E432;
}
.AnyTagClassName
{
color: #C1E432;
}
</style>
background-color css
<style>
a { background-color: #C1E432; }
a { background-color: rgb(193,228,50); }
div.DivClassName
{
background-color: #C1E432;
}
.BgClassName
{
background-color: #C1E432;
}
</style>
border-color css
<style>
span { border-color: #C1E432; }
span { border-color: rgb(193,228,50); }
td.TdClassName
{
border-color: #C1E432;
}
.TagClassName
{
border-color: #C1E432;
}
</style>