Shades of Las Palmas #C6D334
Tints of Las Palmas #C6D334
RGB
CMYK
RGB Variations
Color information
#C6D334 (or 0xC6D334) is known color: Las Palmas. HEX triplet: C6, D3 and 34. RGB value is (198,211,52). Sum of RGB (Red+Green+Blue) = 198+211+52=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D334 is #392CCB. Grayscale: #BDBDBD. Windows color (decimal): -3747020 or 3462086. OLE color: 3462086.
HSL color Cylindrical-coordinate representation of color #C6D334: hue angle of 64.91º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6D334 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 211 | 52 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.17 |
| HSL | 64.91º | 0.64% | 0.52% | - |
| HSV(B) | 64.91º | 0.75% | 0.83% | - |
| XYZ | 47.2 | 58.84 | 12.12 | - |
| YUV | 188.99 | 50.69 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 211 | 52 | 0.06 | 0 | 0.75 | 0.17 | 64.91 | 0.64 | 0.52 |
| Hex | C6 | D3 | 34 | 6 | 0 | 4B | 11 | 41 | 40 | 34 |
| Octal | 306 | 323 | 64 | 6 | 0 | 113 | 21 | 101 | 100 | 64 |
| Binary | 11000110 | 11010011 | 110100 | 110 | 0 | 1001011 | 10001 | 1000001 | 1000000 | 110100 |
Color Harmonies of #C6D334
Complementary color
Monochromatic Colors of #C6D334
Black with #C6D334
Text Example
Text Example
White with #C6D334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D334; }
p { color: rgb(198,211,52); }
H1.HeaderClassName
{
color: #C6D334;
}
.AnyTagClassName
{
color: #C6D334;
}
</style>
background-color css
<style>
a { background-color: #C6D334; }
a { background-color: rgb(198,211,52); }
div.DivClassName
{
background-color: #C6D334;
}
.BgClassName
{
background-color: #C6D334;
}
</style>
border-color css
<style>
span { border-color: #C6D334; }
span { border-color: rgb(198,211,52); }
td.TdClassName
{
border-color: #C6D334;
}
.TagClassName
{
border-color: #C6D334;
}
</style>