Shades of Las Palmas #C6D442
Tints of Las Palmas #C6D442
RGB
CMYK
RGB Variations
Color information
#C6D442 (or 0xC6D442) is known color: Las Palmas. HEX triplet: C6, D4 and 42. RGB value is (198,212,66). Sum of RGB (Red+Green+Blue) = 198+212+66=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D442 is #392BBD. Grayscale: #BFBFBF. Windows color (decimal): -3746750 or 4379846. OLE color: 4379846.
HSL color Cylindrical-coordinate representation of color #C6D442: hue angle of 65.75º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6D442 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 212 | 66 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.17 |
| HSL | 65.75º | 0.63% | 0.55% | - |
| HSV(B) | 65.75º | 0.69% | 0.83% | - |
| XYZ | 47.82 | 59.49 | 14.12 | - |
| YUV | 191.17 | 57.36 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 212 | 66 | 0.07 | 0 | 0.69 | 0.17 | 65.75 | 0.63 | 0.55 |
| Hex | C6 | D4 | 42 | 7 | 0 | 45 | 11 | 42 | 3F | 37 |
| Octal | 306 | 324 | 102 | 7 | 0 | 105 | 21 | 102 | 77 | 67 |
| Binary | 11000110 | 11010100 | 1000010 | 111 | 0 | 1000101 | 10001 | 1000010 | 111111 | 110111 |
Color Harmonies of #C6D442
Complementary color
Monochromatic Colors of #C6D442
Black with #C6D442
Text Example
Text Example
White with #C6D442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D442; }
p { color: rgb(198,212,66); }
H1.HeaderClassName
{
color: #C6D442;
}
.AnyTagClassName
{
color: #C6D442;
}
</style>
background-color css
<style>
a { background-color: #C6D442; }
a { background-color: rgb(198,212,66); }
div.DivClassName
{
background-color: #C6D442;
}
.BgClassName
{
background-color: #C6D442;
}
</style>
border-color css
<style>
span { border-color: #C6D442; }
span { border-color: rgb(198,212,66); }
td.TdClassName
{
border-color: #C6D442;
}
.TagClassName
{
border-color: #C6D442;
}
</style>