Shades of Las Palmas #C5DD38
Tints of Las Palmas #C5DD38
RGB
CMYK
RGB Variations
Color information
#C5DD38 (or 0xC5DD38) is known color: Las Palmas. HEX triplet: C5, DD and 38. RGB value is (197,221,56). Sum of RGB (Red+Green+Blue) = 197+221+56=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DD38 is #3A22C7. Grayscale: #C3C3C3. Windows color (decimal): -3809992 or 3726789. OLE color: 3726789.
HSL color Cylindrical-coordinate representation of color #C5DD38: hue angle of 68.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5DD38 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 56 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.13 |
| HSL | 68.73º | 0.71% | 0.54% | - |
| HSV(B) | 68.73º | 0.75% | 0.87% | - |
| XYZ | 49.6 | 63.87 | 13.46 | - |
| YUV | 195.01 | 49.55 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 56 | 0.11 | 0 | 0.75 | 0.13 | 68.73 | 0.71 | 0.54 |
| Hex | C5 | DD | 38 | B | 0 | 4B | D | 45 | 47 | 36 |
| Octal | 305 | 335 | 70 | 13 | 0 | 113 | 15 | 105 | 107 | 66 |
| Binary | 11000101 | 11011101 | 111000 | 1011 | 0 | 1001011 | 1101 | 1000101 | 1000111 | 110110 |
Color Harmonies of #C5DD38
Complementary color
Monochromatic Colors of #C5DD38
Black with #C5DD38
Text Example
Text Example
White with #C5DD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD38; }
p { color: rgb(197,221,56); }
H1.HeaderClassName
{
color: #C5DD38;
}
.AnyTagClassName
{
color: #C5DD38;
}
</style>
background-color css
<style>
a { background-color: #C5DD38; }
a { background-color: rgb(197,221,56); }
div.DivClassName
{
background-color: #C5DD38;
}
.BgClassName
{
background-color: #C5DD38;
}
</style>
border-color css
<style>
span { border-color: #C5DD38; }
span { border-color: rgb(197,221,56); }
td.TdClassName
{
border-color: #C5DD38;
}
.TagClassName
{
border-color: #C5DD38;
}
</style>