Shades of Las Palmas #C1D83D
Tints of Las Palmas #C1D83D
RGB
CMYK
RGB Variations
Color information
#C1D83D (or 0xC1D83D) is known color: Las Palmas. HEX triplet: C1, D8 and 3D. RGB value is (193,216,61). Sum of RGB (Red+Green+Blue) = 193+216+61=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D83D is #3E27C2. Grayscale: #C0C0C0. Windows color (decimal): -4073411 or 4053185. OLE color: 4053185.
HSL color Cylindrical-coordinate representation of color #C1D83D: hue angle of 68.9º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1D83D is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 61 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.15 |
| HSL | 68.9º | 0.67% | 0.54% | - |
| HSV(B) | 68.9º | 0.72% | 0.85% | - |
| XYZ | 47.39 | 60.79 | 13.65 | - |
| YUV | 191.45 | 54.38 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 61 | 0.11 | 0 | 0.72 | 0.15 | 68.9 | 0.67 | 0.54 |
| Hex | C1 | D8 | 3D | B | 0 | 48 | F | 45 | 43 | 36 |
| Octal | 301 | 330 | 75 | 13 | 0 | 110 | 17 | 105 | 103 | 66 |
| Binary | 11000001 | 11011000 | 111101 | 1011 | 0 | 1001000 | 1111 | 1000101 | 1000011 | 110110 |
Color Harmonies of #C1D83D
Complementary color
Monochromatic Colors of #C1D83D
Black with #C1D83D
Text Example
Text Example
White with #C1D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D83D; }
p { color: rgb(193,216,61); }
H1.HeaderClassName
{
color: #C1D83D;
}
.AnyTagClassName
{
color: #C1D83D;
}
</style>
background-color css
<style>
a { background-color: #C1D83D; }
a { background-color: rgb(193,216,61); }
div.DivClassName
{
background-color: #C1D83D;
}
.BgClassName
{
background-color: #C1D83D;
}
</style>
border-color css
<style>
span { border-color: #C1D83D; }
span { border-color: rgb(193,216,61); }
td.TdClassName
{
border-color: #C1D83D;
}
.TagClassName
{
border-color: #C1D83D;
}
</style>