Shades of Las Palmas #C6CF4A
Tints of Las Palmas #C6CF4A
RGB
CMYK
RGB Variations
Color information
#C6CF4A (or 0xC6CF4A) is known color: Las Palmas. HEX triplet: C6, CF and 4A. RGB value is (198,207,74). Sum of RGB (Red+Green+Blue) = 198+207+74=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CF4A is #3930B5. Grayscale: #BDBDBD. Windows color (decimal): -3748022 or 4902854. OLE color: 4902854.
HSL color Cylindrical-coordinate representation of color #C6CF4A: hue angle of 64.06º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6CF4A is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 74 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.19 |
| HSL | 64.06º | 0.58% | 0.55% | - |
| HSV(B) | 64.06º | 0.64% | 0.81% | - |
| XYZ | 46.84 | 57.13 | 15.04 | - |
| YUV | 189.15 | 63.02 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 74 | 0.04 | 0 | 0.64 | 0.19 | 64.06 | 0.58 | 0.55 |
| Hex | C6 | CF | 4A | 4 | 0 | 40 | 13 | 40 | 3A | 37 |
| Octal | 306 | 317 | 112 | 4 | 0 | 100 | 23 | 100 | 72 | 67 |
| Binary | 11000110 | 11001111 | 1001010 | 100 | 0 | 1000000 | 10011 | 1000000 | 111010 | 110111 |
Color Harmonies of #C6CF4A
Complementary color
Monochromatic Colors of #C6CF4A
Black with #C6CF4A
Text Example
Text Example
White with #C6CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF4A; }
p { color: rgb(198,207,74); }
H1.HeaderClassName
{
color: #C6CF4A;
}
.AnyTagClassName
{
color: #C6CF4A;
}
</style>
background-color css
<style>
a { background-color: #C6CF4A; }
a { background-color: rgb(198,207,74); }
div.DivClassName
{
background-color: #C6CF4A;
}
.BgClassName
{
background-color: #C6CF4A;
}
</style>
border-color css
<style>
span { border-color: #C6CF4A; }
span { border-color: rgb(198,207,74); }
td.TdClassName
{
border-color: #C6CF4A;
}
.TagClassName
{
border-color: #C6CF4A;
}
</style>