Shades of Las Palmas #C1D838
Tints of Las Palmas #C1D838
RGB
CMYK
RGB Variations
Color information
#C1D838 (or 0xC1D838) is known color: Las Palmas. HEX triplet: C1, D8 and 38. RGB value is (193,216,56). Sum of RGB (Red+Green+Blue) = 193+216+56=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 56 (22.27% from 255 or 12.04% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D838 is #3E27C7. Grayscale: #BFBFBF. Windows color (decimal): -4073416 or 3725505. OLE color: 3725505.
HSL color Cylindrical-coordinate representation of color #C1D838: hue angle of 68.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1D838 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 56 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.15 |
| HSL | 68.63º | 0.67% | 0.53% | - |
| HSV(B) | 68.63º | 0.74% | 0.85% | - |
| XYZ | 47.26 | 60.73 | 12.97 | - |
| YUV | 190.88 | 51.88 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 56 | 0.11 | 0 | 0.74 | 0.15 | 68.63 | 0.67 | 0.53 |
| Hex | C1 | D8 | 38 | B | 0 | 4A | F | 45 | 43 | 35 |
| Octal | 301 | 330 | 70 | 13 | 0 | 112 | 17 | 105 | 103 | 65 |
| Binary | 11000001 | 11011000 | 111000 | 1011 | 0 | 1001010 | 1111 | 1000101 | 1000011 | 110101 |
Color Harmonies of #C1D838
Complementary color
Monochromatic Colors of #C1D838
Black with #C1D838
Text Example
Text Example
White with #C1D838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D838; }
p { color: rgb(193,216,56); }
H1.HeaderClassName
{
color: #C1D838;
}
.AnyTagClassName
{
color: #C1D838;
}
</style>
background-color css
<style>
a { background-color: #C1D838; }
a { background-color: rgb(193,216,56); }
div.DivClassName
{
background-color: #C1D838;
}
.BgClassName
{
background-color: #C1D838;
}
</style>
border-color css
<style>
span { border-color: #C1D838; }
span { border-color: rgb(193,216,56); }
td.TdClassName
{
border-color: #C1D838;
}
.TagClassName
{
border-color: #C1D838;
}
</style>