Shades of Las Palmas #C1DB33
Tints of Las Palmas #C1DB33
RGB
CMYK
RGB Variations
Color information
#C1DB33 (or 0xC1DB33) is known color: Las Palmas. HEX triplet: C1, DB and 33. RGB value is (193,219,51). Sum of RGB (Red+Green+Blue) = 193+219+51=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 51 (20.31% from 255 or 11.02% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DB33 is #3E24CC. Grayscale: #C0C0C0. Windows color (decimal): -4072653 or 3398593. OLE color: 3398593.
HSL color Cylindrical-coordinate representation of color #C1DB33: hue angle of 69.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1DB33 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 51 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.14 |
| HSL | 69.29º | 0.7% | 0.53% | - |
| HSV(B) | 69.29º | 0.77% | 0.86% | - |
| XYZ | 47.92 | 62.24 | 12.62 | - |
| YUV | 192.07 | 48.39 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 51 | 0.12 | 0 | 0.77 | 0.14 | 69.29 | 0.7 | 0.53 |
| Hex | C1 | DB | 33 | C | 0 | 4D | E | 45 | 46 | 35 |
| Octal | 301 | 333 | 63 | 14 | 0 | 115 | 16 | 105 | 106 | 65 |
| Binary | 11000001 | 11011011 | 110011 | 1100 | 0 | 1001101 | 1110 | 1000101 | 1000110 | 110101 |
Color Harmonies of #C1DB33
Complementary color
Monochromatic Colors of #C1DB33
Black with #C1DB33
Text Example
Text Example
White with #C1DB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB33; }
p { color: rgb(193,219,51); }
H1.HeaderClassName
{
color: #C1DB33;
}
.AnyTagClassName
{
color: #C1DB33;
}
</style>
background-color css
<style>
a { background-color: #C1DB33; }
a { background-color: rgb(193,219,51); }
div.DivClassName
{
background-color: #C1DB33;
}
.BgClassName
{
background-color: #C1DB33;
}
</style>
border-color css
<style>
span { border-color: #C1DB33; }
span { border-color: rgb(193,219,51); }
td.TdClassName
{
border-color: #C1DB33;
}
.TagClassName
{
border-color: #C1DB33;
}
</style>