Shades of Las Palmas #C6DC31
Tints of Las Palmas #C6DC31
RGB
CMYK
RGB Variations
Color information
#C6DC31 (or 0xC6DC31) is known color: Las Palmas. HEX triplet: C6, DC and 31. RGB value is (198,220,49). Sum of RGB (Red+Green+Blue) = 198+220+49=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC31 is #3923CE. Grayscale: #C2C2C2. Windows color (decimal): -3744719 or 3267782. OLE color: 3267782.
HSL color Cylindrical-coordinate representation of color #C6DC31: hue angle of 67.72º 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 #C6DC31 is Cyan = 0.1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 49 | - |
| CMYK | 0.1 | 0 | 0.78 | 0.14 |
| HSL | 67.72º | 0.71% | 0.53% | - |
| HSV(B) | 67.72º | 0.78% | 0.86% | - |
| XYZ | 49.44 | 63.41 | 12.54 | - |
| YUV | 193.93 | 46.21 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 49 | 0.1 | 0 | 0.78 | 0.14 | 67.72 | 0.71 | 0.53 |
| Hex | C6 | DC | 31 | A | 0 | 4E | E | 44 | 47 | 35 |
| Octal | 306 | 334 | 61 | 12 | 0 | 116 | 16 | 104 | 107 | 65 |
| Binary | 11000110 | 11011100 | 110001 | 1010 | 0 | 1001110 | 1110 | 1000100 | 1000111 | 110101 |
Color Harmonies of #C6DC31
Complementary color
Monochromatic Colors of #C6DC31
Black with #C6DC31
Text Example
Text Example
White with #C6DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC31; }
p { color: rgb(198,220,49); }
H1.HeaderClassName
{
color: #C6DC31;
}
.AnyTagClassName
{
color: #C6DC31;
}
</style>
background-color css
<style>
a { background-color: #C6DC31; }
a { background-color: rgb(198,220,49); }
div.DivClassName
{
background-color: #C6DC31;
}
.BgClassName
{
background-color: #C6DC31;
}
</style>
border-color css
<style>
span { border-color: #C6DC31; }
span { border-color: rgb(198,220,49); }
td.TdClassName
{
border-color: #C6DC31;
}
.TagClassName
{
border-color: #C6DC31;
}
</style>