Shades of Las Palmas #C6DD34
Tints of Las Palmas #C6DD34
RGB
CMYK
RGB Variations
Color information
#C6DD34 (or 0xC6DD34) is known color: Las Palmas. HEX triplet: C6, DD and 34. RGB value is (198,221,52). Sum of RGB (Red+Green+Blue) = 198+221+52=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DD34 is #3922CB. Grayscale: #C3C3C3. Windows color (decimal): -3744460 or 3464646. OLE color: 3464646.
HSL color Cylindrical-coordinate representation of color #C6DD34: hue angle of 68.17º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6DD34 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 52 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.13 |
| HSL | 68.17º | 0.71% | 0.54% | - |
| HSV(B) | 68.17º | 0.76% | 0.87% | - |
| XYZ | 49.76 | 63.97 | 12.97 | - |
| YUV | 194.86 | 47.38 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 52 | 0.10 | 0 | 0.76 | 0.13 | 68.17 | 0.71 | 0.54 |
| Hex | C6 | DD | 34 | A | 0 | 4C | D | 44 | 47 | 36 |
| Octal | 306 | 335 | 64 | 12 | 0 | 114 | 15 | 104 | 107 | 66 |
| Binary | 11000110 | 11011101 | 110100 | 1010 | 0 | 1001100 | 1101 | 1000100 | 1000111 | 110110 |
Color Harmonies of #C6DD34
Complementary color
Monochromatic Colors of #C6DD34
Black with #C6DD34
Text Example
Text Example
White with #C6DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD34; }
p { color: rgb(198,221,52); }
H1.HeaderClassName
{
color: #C6DD34;
}
.AnyTagClassName
{
color: #C6DD34;
}
</style>
background-color css
<style>
a { background-color: #C6DD34; }
a { background-color: rgb(198,221,52); }
div.DivClassName
{
background-color: #C6DD34;
}
.BgClassName
{
background-color: #C6DD34;
}
</style>
border-color css
<style>
span { border-color: #C6DD34; }
span { border-color: rgb(198,221,52); }
td.TdClassName
{
border-color: #C6DD34;
}
.TagClassName
{
border-color: #C6DD34;
}
</style>