Shades of Las Palmas #C6DD3B
Tints of Las Palmas #C6DD3B
RGB
CMYK
RGB Variations
Color information
#C6DD3B (or 0xC6DD3B) is known color: Las Palmas. HEX triplet: C6, DD and 3B. RGB value is (198,221,59). Sum of RGB (Red+Green+Blue) = 198+221+59=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DD3B is #3922C4. Grayscale: #C4C4C4. Windows color (decimal): -3744453 or 3923398. OLE color: 3923398.
HSL color Cylindrical-coordinate representation of color #C6DD3B: hue angle of 68.52º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6DD3B is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 59 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.13 |
| HSL | 68.52º | 0.7% | 0.55% | - |
| HSV(B) | 68.52º | 0.73% | 0.87% | - |
| XYZ | 49.93 | 64.03 | 13.87 | - |
| YUV | 195.66 | 50.88 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 59 | 0.10 | 0 | 0.73 | 0.13 | 68.52 | 0.7 | 0.55 |
| Hex | C6 | DD | 3B | A | 0 | 49 | D | 45 | 46 | 37 |
| Octal | 306 | 335 | 73 | 12 | 0 | 111 | 15 | 105 | 106 | 67 |
| Binary | 11000110 | 11011101 | 111011 | 1010 | 0 | 1001001 | 1101 | 1000101 | 1000110 | 110111 |
Color Harmonies of #C6DD3B
Complementary color
Monochromatic Colors of #C6DD3B
Black with #C6DD3B
Text Example
Text Example
White with #C6DD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD3B; }
p { color: rgb(198,221,59); }
H1.HeaderClassName
{
color: #C6DD3B;
}
.AnyTagClassName
{
color: #C6DD3B;
}
</style>
background-color css
<style>
a { background-color: #C6DD3B; }
a { background-color: rgb(198,221,59); }
div.DivClassName
{
background-color: #C6DD3B;
}
.BgClassName
{
background-color: #C6DD3B;
}
</style>
border-color css
<style>
span { border-color: #C6DD3B; }
span { border-color: rgb(198,221,59); }
td.TdClassName
{
border-color: #C6DD3B;
}
.TagClassName
{
border-color: #C6DD3B;
}
</style>