Shades of Las Palmas #C6CF3C
Tints of Las Palmas #C6CF3C
RGB
CMYK
RGB Variations
Color information
#C6CF3C (or 0xC6CF3C) is known color: Las Palmas. HEX triplet: C6, CF and 3C. RGB value is (198,207,60). Sum of RGB (Red+Green+Blue) = 198+207+60=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CF3C is #3930C3. Grayscale: #BCBCBC. Windows color (decimal): -3748036 or 3985350. OLE color: 3985350.
HSL color Cylindrical-coordinate representation of color #C6CF3C: hue angle of 63.67º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6CF3C is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 60 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.19 |
| HSL | 63.67º | 0.6% | 0.52% | - |
| HSV(B) | 63.67º | 0.71% | 0.81% | - |
| XYZ | 46.42 | 56.96 | 12.82 | - |
| YUV | 187.55 | 56.02 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 60 | 0.04 | 0 | 0.71 | 0.19 | 63.67 | 0.6 | 0.52 |
| Hex | C6 | CF | 3C | 4 | 0 | 47 | 13 | 40 | 3C | 34 |
| Octal | 306 | 317 | 74 | 4 | 0 | 107 | 23 | 100 | 74 | 64 |
| Binary | 11000110 | 11001111 | 111100 | 100 | 0 | 1000111 | 10011 | 1000000 | 111100 | 110100 |
Color Harmonies of #C6CF3C
Complementary color
Monochromatic Colors of #C6CF3C
Black with #C6CF3C
Text Example
Text Example
White with #C6CF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF3C; }
p { color: rgb(198,207,60); }
H1.HeaderClassName
{
color: #C6CF3C;
}
.AnyTagClassName
{
color: #C6CF3C;
}
</style>
background-color css
<style>
a { background-color: #C6CF3C; }
a { background-color: rgb(198,207,60); }
div.DivClassName
{
background-color: #C6CF3C;
}
.BgClassName
{
background-color: #C6CF3C;
}
</style>
border-color css
<style>
span { border-color: #C6CF3C; }
span { border-color: rgb(198,207,60); }
td.TdClassName
{
border-color: #C6CF3C;
}
.TagClassName
{
border-color: #C6CF3C;
}
</style>