Shades of Las Palmas #C1D33F
Tints of Las Palmas #C1D33F
RGB
CMYK
RGB Variations
Color information
#C1D33F (or 0xC1D33F) is known color: Las Palmas. HEX triplet: C1, D3 and 3F. RGB value is (193,211,63). Sum of RGB (Red+Green+Blue) = 193+211+63=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D33F is #3E2CC0. Grayscale: #BDBDBD. Windows color (decimal): -4074689 or 4182977. OLE color: 4182977.
HSL color Cylindrical-coordinate representation of color #C1D33F: hue angle of 67.3º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1D33F is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 211 | 63 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.17 |
| HSL | 67.3º | 0.63% | 0.54% | - |
| HSV(B) | 67.3º | 0.7% | 0.83% | - |
| XYZ | 46.18 | 58.28 | 13.52 | - |
| YUV | 188.75 | 57.04 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 211 | 63 | 0.09 | 0 | 0.70 | 0.17 | 67.3 | 0.63 | 0.54 |
| Hex | C1 | D3 | 3F | 9 | 0 | 46 | 11 | 43 | 3F | 36 |
| Octal | 301 | 323 | 77 | 11 | 0 | 106 | 21 | 103 | 77 | 66 |
| Binary | 11000001 | 11010011 | 111111 | 1001 | 0 | 1000110 | 10001 | 1000011 | 111111 | 110110 |
Color Harmonies of #C1D33F
Complementary color
Monochromatic Colors of #C1D33F
Black with #C1D33F
Text Example
Text Example
White with #C1D33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D33F; }
p { color: rgb(193,211,63); }
H1.HeaderClassName
{
color: #C1D33F;
}
.AnyTagClassName
{
color: #C1D33F;
}
</style>
background-color css
<style>
a { background-color: #C1D33F; }
a { background-color: rgb(193,211,63); }
div.DivClassName
{
background-color: #C1D33F;
}
.BgClassName
{
background-color: #C1D33F;
}
</style>
border-color css
<style>
span { border-color: #C1D33F; }
span { border-color: rgb(193,211,63); }
td.TdClassName
{
border-color: #C1D33F;
}
.TagClassName
{
border-color: #C1D33F;
}
</style>