Shades of Las Palmas #C8DC3F
Tints of Las Palmas #C8DC3F
RGB
CMYK
RGB Variations
Color information
#C8DC3F (or 0xC8DC3F) is known color: Las Palmas. HEX triplet: C8, DC and 3F. RGB value is (200,220,63). Sum of RGB (Red+Green+Blue) = 200+220+63=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 63 (25% from 255 or 13.04% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DC3F is #3723C0. Grayscale: #C4C4C4. Windows color (decimal): -3613633 or 4185288. OLE color: 4185288.
HSL color Cylindrical-coordinate representation of color #C8DC3F: hue angle of 67.64º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8DC3F is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 63 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.14 |
| HSL | 67.64º | 0.69% | 0.55% | - |
| HSV(B) | 67.64º | 0.71% | 0.86% | - |
| XYZ | 50.31 | 63.82 | 14.37 | - |
| YUV | 196.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 63 | 0.09 | 0 | 0.71 | 0.14 | 67.64 | 0.69 | 0.55 |
| Hex | C8 | DC | 3F | 9 | 0 | 47 | E | 44 | 45 | 37 |
| Octal | 310 | 334 | 77 | 11 | 0 | 107 | 16 | 104 | 105 | 67 |
| Binary | 11001000 | 11011100 | 111111 | 1001 | 0 | 1000111 | 1110 | 1000100 | 1000101 | 110111 |
Color Harmonies of #C8DC3F
Complementary color
Monochromatic Colors of #C8DC3F
Black with #C8DC3F
Text Example
Text Example
White with #C8DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC3F; }
p { color: rgb(200,220,63); }
H1.HeaderClassName
{
color: #C8DC3F;
}
.AnyTagClassName
{
color: #C8DC3F;
}
</style>
background-color css
<style>
a { background-color: #C8DC3F; }
a { background-color: rgb(200,220,63); }
div.DivClassName
{
background-color: #C8DC3F;
}
.BgClassName
{
background-color: #C8DC3F;
}
</style>
border-color css
<style>
span { border-color: #C8DC3F; }
span { border-color: rgb(200,220,63); }
td.TdClassName
{
border-color: #C8DC3F;
}
.TagClassName
{
border-color: #C8DC3F;
}
</style>