Shades of Las Palmas #C6DB43
Tints of Las Palmas #C6DB43
RGB
CMYK
RGB Variations
Color information
#C6DB43 (or 0xC6DB43) is known color: Las Palmas. HEX triplet: C6, DB and 43. RGB value is (198,219,67). Sum of RGB (Red+Green+Blue) = 198+219+67=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 67 (26.56% from 255 or 13.84% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DB43 is #3924BC. Grayscale: #C3C3C3. Windows color (decimal): -3744957 or 4447174. OLE color: 4447174.
HSL color Cylindrical-coordinate representation of color #C6DB43: hue angle of 68.29º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6DB43 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 67 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.14 |
| HSL | 68.29º | 0.68% | 0.56% | - |
| HSV(B) | 68.29º | 0.69% | 0.86% | - |
| XYZ | 49.63 | 63.07 | 14.87 | - |
| YUV | 195.39 | 55.54 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 67 | 0.10 | 0 | 0.69 | 0.14 | 68.29 | 0.68 | 0.56 |
| Hex | C6 | DB | 43 | A | 0 | 45 | E | 44 | 44 | 38 |
| Octal | 306 | 333 | 103 | 12 | 0 | 105 | 16 | 104 | 104 | 70 |
| Binary | 11000110 | 11011011 | 1000011 | 1010 | 0 | 1000101 | 1110 | 1000100 | 1000100 | 111000 |
Color Harmonies of #C6DB43
Complementary color
Monochromatic Colors of #C6DB43
Black with #C6DB43
Text Example
Text Example
White with #C6DB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB43; }
p { color: rgb(198,219,67); }
H1.HeaderClassName
{
color: #C6DB43;
}
.AnyTagClassName
{
color: #C6DB43;
}
</style>
background-color css
<style>
a { background-color: #C6DB43; }
a { background-color: rgb(198,219,67); }
div.DivClassName
{
background-color: #C6DB43;
}
.BgClassName
{
background-color: #C6DB43;
}
</style>
border-color css
<style>
span { border-color: #C6DB43; }
span { border-color: rgb(198,219,67); }
td.TdClassName
{
border-color: #C6DB43;
}
.TagClassName
{
border-color: #C6DB43;
}
</style>