Shades of Las Palmas #C1D43B
Tints of Las Palmas #C1D43B
RGB
CMYK
RGB Variations
Color information
#C1D43B (or 0xC1D43B) is known color: Las Palmas. HEX triplet: C1, D4 and 3B. RGB value is (193,212,59). Sum of RGB (Red+Green+Blue) = 193+212+59=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D43B is #3E2BC4. Grayscale: #BDBDBD. Windows color (decimal): -4074437 or 3921089. OLE color: 3921089.
HSL color Cylindrical-coordinate representation of color #C1D43B: hue angle of 67.45º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1D43B is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 212 | 59 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.17 |
| HSL | 67.45º | 0.64% | 0.53% | - |
| HSV(B) | 67.45º | 0.72% | 0.83% | - |
| XYZ | 46.33 | 58.74 | 13.03 | - |
| YUV | 188.88 | 54.71 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 212 | 59 | 0.09 | 0 | 0.72 | 0.17 | 67.45 | 0.64 | 0.53 |
| Hex | C1 | D4 | 3B | 9 | 0 | 48 | 11 | 43 | 40 | 35 |
| Octal | 301 | 324 | 73 | 11 | 0 | 110 | 21 | 103 | 100 | 65 |
| Binary | 11000001 | 11010100 | 111011 | 1001 | 0 | 1001000 | 10001 | 1000011 | 1000000 | 110101 |
Color Harmonies of #C1D43B
Complementary color
Monochromatic Colors of #C1D43B
Black with #C1D43B
Text Example
Text Example
White with #C1D43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D43B; }
p { color: rgb(193,212,59); }
H1.HeaderClassName
{
color: #C1D43B;
}
.AnyTagClassName
{
color: #C1D43B;
}
</style>
background-color css
<style>
a { background-color: #C1D43B; }
a { background-color: rgb(193,212,59); }
div.DivClassName
{
background-color: #C1D43B;
}
.BgClassName
{
background-color: #C1D43B;
}
</style>
border-color css
<style>
span { border-color: #C1D43B; }
span { border-color: rgb(193,212,59); }
td.TdClassName
{
border-color: #C1D43B;
}
.TagClassName
{
border-color: #C1D43B;
}
</style>