Shades of Las Palmas #C5DD33
Tints of Las Palmas #C5DD33
RGB
CMYK
RGB Variations
Color information
#C5DD33 (or 0xC5DD33) is known color: Las Palmas. HEX triplet: C5, DD and 33. RGB value is (197,221,51). Sum of RGB (Red+Green+Blue) = 197+221+51=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DD33 is #3A22CC. Grayscale: #C3C3C3. Windows color (decimal): -3809997 or 3399109. OLE color: 3399109.
HSL color Cylindrical-coordinate representation of color #C5DD33: hue angle of 68.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5DD33 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 51 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.13 |
| HSL | 68.47º | 0.71% | 0.53% | - |
| HSV(B) | 68.47º | 0.77% | 0.87% | - |
| XYZ | 49.48 | 63.82 | 12.84 | - |
| YUV | 194.44 | 47.05 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 51 | 0.11 | 0 | 0.77 | 0.13 | 68.47 | 0.71 | 0.53 |
| Hex | C5 | DD | 33 | B | 0 | 4D | D | 44 | 47 | 35 |
| Octal | 305 | 335 | 63 | 13 | 0 | 115 | 15 | 104 | 107 | 65 |
| Binary | 11000101 | 11011101 | 110011 | 1011 | 0 | 1001101 | 1101 | 1000100 | 1000111 | 110101 |
Color Harmonies of #C5DD33
Complementary color
Monochromatic Colors of #C5DD33
Black with #C5DD33
Text Example
Text Example
White with #C5DD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD33; }
p { color: rgb(197,221,51); }
H1.HeaderClassName
{
color: #C5DD33;
}
.AnyTagClassName
{
color: #C5DD33;
}
</style>
background-color css
<style>
a { background-color: #C5DD33; }
a { background-color: rgb(197,221,51); }
div.DivClassName
{
background-color: #C5DD33;
}
.BgClassName
{
background-color: #C5DD33;
}
</style>
border-color css
<style>
span { border-color: #C5DD33; }
span { border-color: rgb(197,221,51); }
td.TdClassName
{
border-color: #C5DD33;
}
.TagClassName
{
border-color: #C5DD33;
}
</style>