Shades of Las Palmas #C5DF37
Tints of Las Palmas #C5DF37
RGB
CMYK
RGB Variations
Color information
#C5DF37 (or 0xC5DF37) is known color: Las Palmas. HEX triplet: C5, DF and 37. RGB value is (197,223,55). Sum of RGB (Red+Green+Blue) = 197+223+55=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DF37 is #3A20C8. Grayscale: #C4C4C4. Windows color (decimal): -3809481 or 3661765. OLE color: 3661765.
HSL color Cylindrical-coordinate representation of color #C5DF37: hue angle of 69.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5DF37 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 55 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.13 |
| HSL | 69.29º | 0.72% | 0.55% | - |
| HSV(B) | 69.29º | 0.75% | 0.87% | - |
| XYZ | 50.1 | 64.92 | 13.5 | - |
| YUV | 196.07 | 48.39 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 55 | 0.12 | 0 | 0.75 | 0.13 | 69.29 | 0.72 | 0.55 |
| Hex | C5 | DF | 37 | C | 0 | 4B | D | 45 | 48 | 37 |
| Octal | 305 | 337 | 67 | 14 | 0 | 113 | 15 | 105 | 110 | 67 |
| Binary | 11000101 | 11011111 | 110111 | 1100 | 0 | 1001011 | 1101 | 1000101 | 1001000 | 110111 |
Color Harmonies of #C5DF37
Complementary color
Monochromatic Colors of #C5DF37
Black with #C5DF37
Text Example
Text Example
White with #C5DF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF37; }
p { color: rgb(197,223,55); }
H1.HeaderClassName
{
color: #C5DF37;
}
.AnyTagClassName
{
color: #C5DF37;
}
</style>
background-color css
<style>
a { background-color: #C5DF37; }
a { background-color: rgb(197,223,55); }
div.DivClassName
{
background-color: #C5DF37;
}
.BgClassName
{
background-color: #C5DF37;
}
</style>
border-color css
<style>
span { border-color: #C5DF37; }
span { border-color: rgb(197,223,55); }
td.TdClassName
{
border-color: #C5DF37;
}
.TagClassName
{
border-color: #C5DF37;
}
</style>