Shades of Las Palmas #C4DC31
Tints of Las Palmas #C4DC31
RGB
CMYK
RGB Variations
Color information
#C4DC31 (or 0xC4DC31) is known color: Las Palmas. HEX triplet: C4, DC and 31. RGB value is (196,220,49). Sum of RGB (Red+Green+Blue) = 196+220+49=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DC31 is #3B23CE. Grayscale: #C1C1C1. Windows color (decimal): -3875791 or 3267780. OLE color: 3267780.
HSL color Cylindrical-coordinate representation of color #C4DC31: hue angle of 68.42º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4DC31 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 49 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.14 |
| HSL | 68.42º | 0.71% | 0.53% | - |
| HSV(B) | 68.42º | 0.78% | 0.86% | - |
| XYZ | 48.91 | 63.14 | 12.52 | - |
| YUV | 193.33 | 46.55 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 49 | 0.11 | 0 | 0.78 | 0.14 | 68.42 | 0.71 | 0.53 |
| Hex | C4 | DC | 31 | B | 0 | 4E | E | 44 | 47 | 35 |
| Octal | 304 | 334 | 61 | 13 | 0 | 116 | 16 | 104 | 107 | 65 |
| Binary | 11000100 | 11011100 | 110001 | 1011 | 0 | 1001110 | 1110 | 1000100 | 1000111 | 110101 |
Color Harmonies of #C4DC31
Complementary color
Monochromatic Colors of #C4DC31
Black with #C4DC31
Text Example
Text Example
White with #C4DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC31; }
p { color: rgb(196,220,49); }
H1.HeaderClassName
{
color: #C4DC31;
}
.AnyTagClassName
{
color: #C4DC31;
}
</style>
background-color css
<style>
a { background-color: #C4DC31; }
a { background-color: rgb(196,220,49); }
div.DivClassName
{
background-color: #C4DC31;
}
.BgClassName
{
background-color: #C4DC31;
}
</style>
border-color css
<style>
span { border-color: #C4DC31; }
span { border-color: rgb(196,220,49); }
td.TdClassName
{
border-color: #C4DC31;
}
.TagClassName
{
border-color: #C4DC31;
}
</style>