Shades of Las Palmas #C6D94C
Tints of Las Palmas #C6D94C
RGB
CMYK
RGB Variations
Color information
#C6D94C (or 0xC6D94C) is known color: Las Palmas. HEX triplet: C6, D9 and 4C. RGB value is (198,217,76). Sum of RGB (Red+Green+Blue) = 198+217+76=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D94C is #3926B3. Grayscale: #C3C3C3. Windows color (decimal): -3745460 or 5036486. OLE color: 5036486.
HSL color Cylindrical-coordinate representation of color #C6D94C: hue angle of 68.09º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6D94C is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 217 | 76 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.15 |
| HSL | 68.09º | 0.65% | 0.57% | - |
| HSV(B) | 68.09º | 0.65% | 0.85% | - |
| XYZ | 49.41 | 62.15 | 16.23 | - |
| YUV | 195.25 | 60.71 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 76 | 0.09 | 0 | 0.65 | 0.15 | 68.09 | 0.65 | 0.57 |
| Hex | C6 | D9 | 4C | 9 | 0 | 41 | F | 44 | 41 | 39 |
| Octal | 306 | 331 | 114 | 11 | 0 | 101 | 17 | 104 | 101 | 71 |
| Binary | 11000110 | 11011001 | 1001100 | 1001 | 0 | 1000001 | 1111 | 1000100 | 1000001 | 111001 |
Color Harmonies of #C6D94C
Complementary color
Monochromatic Colors of #C6D94C
Black with #C6D94C
Text Example
Text Example
White with #C6D94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D94C; }
p { color: rgb(198,217,76); }
H1.HeaderClassName
{
color: #C6D94C;
}
.AnyTagClassName
{
color: #C6D94C;
}
</style>
background-color css
<style>
a { background-color: #C6D94C; }
a { background-color: rgb(198,217,76); }
div.DivClassName
{
background-color: #C6D94C;
}
.BgClassName
{
background-color: #C6D94C;
}
</style>
border-color css
<style>
span { border-color: #C6D94C; }
span { border-color: rgb(198,217,76); }
td.TdClassName
{
border-color: #C6D94C;
}
.TagClassName
{
border-color: #C6D94C;
}
</style>