Shades of Las Palmas #C1DE46
Tints of Las Palmas #C1DE46
RGB
CMYK
RGB Variations
Color information
#C1DE46 (or 0xC1DE46) is known color: Las Palmas. HEX triplet: C1, DE and 46. RGB value is (193,222,70). Sum of RGB (Red+Green+Blue) = 193+222+70=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DE46 is #3E21B9. Grayscale: #C4C4C4. Windows color (decimal): -4071866 or 4644545. OLE color: 4644545.
HSL color Cylindrical-coordinate representation of color #C1DE46: hue angle of 71.45º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1DE46 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 222 | 70 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.13 |
| HSL | 71.45º | 0.7% | 0.57% | - |
| HSV(B) | 71.45º | 0.68% | 0.87% | - |
| XYZ | 49.22 | 64.02 | 15.56 | - |
| YUV | 196 | 56.89 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 222 | 70 | 0.13 | 0 | 0.68 | 0.13 | 71.45 | 0.7 | 0.57 |
| Hex | C1 | DE | 46 | D | 0 | 44 | D | 47 | 46 | 39 |
| Octal | 301 | 336 | 106 | 15 | 0 | 104 | 15 | 107 | 106 | 71 |
| Binary | 11000001 | 11011110 | 1000110 | 1101 | 0 | 1000100 | 1101 | 1000111 | 1000110 | 111001 |
Color Harmonies of #C1DE46
Complementary color
Monochromatic Colors of #C1DE46
Black with #C1DE46
Text Example
Text Example
White with #C1DE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DE46; }
p { color: rgb(193,222,70); }
H1.HeaderClassName
{
color: #C1DE46;
}
.AnyTagClassName
{
color: #C1DE46;
}
</style>
background-color css
<style>
a { background-color: #C1DE46; }
a { background-color: rgb(193,222,70); }
div.DivClassName
{
background-color: #C1DE46;
}
.BgClassName
{
background-color: #C1DE46;
}
</style>
border-color css
<style>
span { border-color: #C1DE46; }
span { border-color: rgb(193,222,70); }
td.TdClassName
{
border-color: #C1DE46;
}
.TagClassName
{
border-color: #C1DE46;
}
</style>