Shades of Las Palmas #C6DB40
Tints of Las Palmas #C6DB40
RGB
CMYK
RGB Variations
Color information
#C6DB40 (or 0xC6DB40) is known color: Las Palmas. HEX triplet: C6, DB and 40. RGB value is (198,219,64). Sum of RGB (Red+Green+Blue) = 198+219+64=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DB40 is #3924BF. Grayscale: #C3C3C3. Windows color (decimal): -3744960 or 4250566. OLE color: 4250566.
HSL color Cylindrical-coordinate representation of color #C6DB40: hue angle of 68.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6DB40 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 64 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.14 |
| HSL | 68.13º | 0.68% | 0.55% | - |
| HSV(B) | 68.13º | 0.71% | 0.86% | - |
| XYZ | 49.55 | 63.04 | 14.41 | - |
| YUV | 195.05 | 54.04 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 64 | 0.10 | 0 | 0.71 | 0.14 | 68.13 | 0.68 | 0.55 |
| Hex | C6 | DB | 40 | A | 0 | 47 | E | 44 | 44 | 37 |
| Octal | 306 | 333 | 100 | 12 | 0 | 107 | 16 | 104 | 104 | 67 |
| Binary | 11000110 | 11011011 | 1000000 | 1010 | 0 | 1000111 | 1110 | 1000100 | 1000100 | 110111 |
Color Harmonies of #C6DB40
Complementary color
Monochromatic Colors of #C6DB40
Black with #C6DB40
Text Example
Text Example
White with #C6DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB40; }
p { color: rgb(198,219,64); }
H1.HeaderClassName
{
color: #C6DB40;
}
.AnyTagClassName
{
color: #C6DB40;
}
</style>
background-color css
<style>
a { background-color: #C6DB40; }
a { background-color: rgb(198,219,64); }
div.DivClassName
{
background-color: #C6DB40;
}
.BgClassName
{
background-color: #C6DB40;
}
</style>
border-color css
<style>
span { border-color: #C6DB40; }
span { border-color: rgb(198,219,64); }
td.TdClassName
{
border-color: #C6DB40;
}
.TagClassName
{
border-color: #C6DB40;
}
</style>