Shades of Las Palmas #C1D844
Tints of Las Palmas #C1D844
RGB
CMYK
RGB Variations
Color information
#C1D844 (or 0xC1D844) is known color: Las Palmas. HEX triplet: C1, D8 and 44. RGB value is (193,216,68). Sum of RGB (Red+Green+Blue) = 193+216+68=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D844 is #3E27BB. Grayscale: #C0C0C0. Windows color (decimal): -4073404 or 4511937. OLE color: 4511937.
HSL color Cylindrical-coordinate representation of color #C1D844: hue angle of 69.32º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1D844 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 68 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.15 |
| HSL | 69.32º | 0.65% | 0.56% | - |
| HSV(B) | 69.32º | 0.69% | 0.85% | - |
| XYZ | 47.59 | 60.87 | 14.71 | - |
| YUV | 192.25 | 57.88 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 68 | 0.11 | 0 | 0.69 | 0.15 | 69.32 | 0.65 | 0.56 |
| Hex | C1 | D8 | 44 | B | 0 | 45 | F | 45 | 41 | 38 |
| Octal | 301 | 330 | 104 | 13 | 0 | 105 | 17 | 105 | 101 | 70 |
| Binary | 11000001 | 11011000 | 1000100 | 1011 | 0 | 1000101 | 1111 | 1000101 | 1000001 | 111000 |
Color Harmonies of #C1D844
Complementary color
Monochromatic Colors of #C1D844
Black with #C1D844
Text Example
Text Example
White with #C1D844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D844; }
p { color: rgb(193,216,68); }
H1.HeaderClassName
{
color: #C1D844;
}
.AnyTagClassName
{
color: #C1D844;
}
</style>
background-color css
<style>
a { background-color: #C1D844; }
a { background-color: rgb(193,216,68); }
div.DivClassName
{
background-color: #C1D844;
}
.BgClassName
{
background-color: #C1D844;
}
</style>
border-color css
<style>
span { border-color: #C1D844; }
span { border-color: rgb(193,216,68); }
td.TdClassName
{
border-color: #C1D844;
}
.TagClassName
{
border-color: #C1D844;
}
</style>