Shades of Las Palmas #C6CF40
Tints of Las Palmas #C6CF40
RGB
CMYK
RGB Variations
Color information
#C6CF40 (or 0xC6CF40) is known color: Las Palmas. HEX triplet: C6, CF and 40. RGB value is (198,207,64). Sum of RGB (Red+Green+Blue) = 198+207+64=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CF40 is #3930BF. Grayscale: #BCBCBC. Windows color (decimal): -3748032 or 4247494. OLE color: 4247494.
HSL color Cylindrical-coordinate representation of color #C6CF40: hue angle of 63.78º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6CF40 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 64 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.19 |
| HSL | 63.78º | 0.6% | 0.53% | - |
| HSV(B) | 63.78º | 0.69% | 0.81% | - |
| XYZ | 46.53 | 57 | 13.4 | - |
| YUV | 188.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 64 | 0.04 | 0 | 0.69 | 0.19 | 63.78 | 0.6 | 0.53 |
| Hex | C6 | CF | 40 | 4 | 0 | 45 | 13 | 40 | 3C | 35 |
| Octal | 306 | 317 | 100 | 4 | 0 | 105 | 23 | 100 | 74 | 65 |
| Binary | 11000110 | 11001111 | 1000000 | 100 | 0 | 1000101 | 10011 | 1000000 | 111100 | 110101 |
Color Harmonies of #C6CF40
Complementary color
Monochromatic Colors of #C6CF40
Black with #C6CF40
Text Example
Text Example
White with #C6CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF40; }
p { color: rgb(198,207,64); }
H1.HeaderClassName
{
color: #C6CF40;
}
.AnyTagClassName
{
color: #C6CF40;
}
</style>
background-color css
<style>
a { background-color: #C6CF40; }
a { background-color: rgb(198,207,64); }
div.DivClassName
{
background-color: #C6CF40;
}
.BgClassName
{
background-color: #C6CF40;
}
</style>
border-color css
<style>
span { border-color: #C6CF40; }
span { border-color: rgb(198,207,64); }
td.TdClassName
{
border-color: #C6CF40;
}
.TagClassName
{
border-color: #C6CF40;
}
</style>