Shades of Las Palmas #C6CF3D
Tints of Las Palmas #C6CF3D
RGB
CMYK
RGB Variations
Color information
#C6CF3D (or 0xC6CF3D) is known color: Las Palmas. HEX triplet: C6, CF and 3D. RGB value is (198,207,61). Sum of RGB (Red+Green+Blue) = 198+207+61=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CF3D is #3930C2. Grayscale: #BCBCBC. Windows color (decimal): -3748035 or 4050886. OLE color: 4050886.
HSL color Cylindrical-coordinate representation of color #C6CF3D: hue angle of 63.7º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6CF3D is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 61 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.19 |
| HSL | 63.7º | 0.6% | 0.53% | - |
| HSV(B) | 63.7º | 0.71% | 0.81% | - |
| XYZ | 46.44 | 56.97 | 12.96 | - |
| YUV | 187.67 | 56.52 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 61 | 0.04 | 0 | 0.71 | 0.19 | 63.7 | 0.6 | 0.53 |
| Hex | C6 | CF | 3D | 4 | 0 | 47 | 13 | 40 | 3C | 35 |
| Octal | 306 | 317 | 75 | 4 | 0 | 107 | 23 | 100 | 74 | 65 |
| Binary | 11000110 | 11001111 | 111101 | 100 | 0 | 1000111 | 10011 | 1000000 | 111100 | 110101 |
Color Harmonies of #C6CF3D
Complementary color
Monochromatic Colors of #C6CF3D
Black with #C6CF3D
Text Example
Text Example
White with #C6CF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF3D; }
p { color: rgb(198,207,61); }
H1.HeaderClassName
{
color: #C6CF3D;
}
.AnyTagClassName
{
color: #C6CF3D;
}
</style>
background-color css
<style>
a { background-color: #C6CF3D; }
a { background-color: rgb(198,207,61); }
div.DivClassName
{
background-color: #C6CF3D;
}
.BgClassName
{
background-color: #C6CF3D;
}
</style>
border-color css
<style>
span { border-color: #C6CF3D; }
span { border-color: rgb(198,207,61); }
td.TdClassName
{
border-color: #C6CF3D;
}
.TagClassName
{
border-color: #C6CF3D;
}
</style>