Shades of Las Palmas #C1E446
Tints of Las Palmas #C1E446
RGB
CMYK
RGB Variations
Color information
#C1E446 (or 0xC1E446) is known color: Las Palmas. HEX triplet: C1, E4 and 46. RGB value is (193,228,70). Sum of RGB (Red+Green+Blue) = 193+228+70=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #C1E446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E446 is #3E1BB9. Grayscale: #C8C8C8. Windows color (decimal): -4070330 or 4646081. OLE color: 4646081.
HSL color Cylindrical-coordinate representation of color #C1E446: hue angle of 73.29º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1E446 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 228 | 70 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.11 |
| HSL | 73.29º | 0.75% | 0.58% | - |
| HSV(B) | 73.29º | 0.69% | 0.89% | - |
| XYZ | 50.84 | 67.27 | 16.1 | - |
| YUV | 199.52 | 54.9 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 228 | 70 | 0.15 | 0 | 0.69 | 0.11 | 73.29 | 0.75 | 0.58 |
| Hex | C1 | E4 | 46 | F | 0 | 45 | B | 49 | 4B | 3A |
| Octal | 301 | 344 | 106 | 17 | 0 | 105 | 13 | 111 | 113 | 72 |
| Binary | 11000001 | 11100100 | 1000110 | 1111 | 0 | 1000101 | 1011 | 1001001 | 1001011 | 111010 |
Color Harmonies of #C1E446
Complementary color
Monochromatic Colors of #C1E446
Black with #C1E446
Text Example
Text Example
White with #C1E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E446; }
p { color: rgb(193,228,70); }
H1.HeaderClassName
{
color: #C1E446;
}
.AnyTagClassName
{
color: #C1E446;
}
</style>
background-color css
<style>
a { background-color: #C1E446; }
a { background-color: rgb(193,228,70); }
div.DivClassName
{
background-color: #C1E446;
}
.BgClassName
{
background-color: #C1E446;
}
</style>
border-color css
<style>
span { border-color: #C1E446; }
span { border-color: rgb(193,228,70); }
td.TdClassName
{
border-color: #C1E446;
}
.TagClassName
{
border-color: #C1E446;
}
</style>