Shades of Las Palmas #C8DC48
Tints of Las Palmas #C8DC48
RGB
CMYK
RGB Variations
Color information
#C8DC48 (or 0xC8DC48) is known color: Las Palmas. HEX triplet: C8, DC and 48. RGB value is (200,220,72). Sum of RGB (Red+Green+Blue) = 200+220+72=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DC48 is #3723B7. Grayscale: #C5C5C5. Windows color (decimal): -3613624 or 4775112. OLE color: 4775112.
HSL color Cylindrical-coordinate representation of color #C8DC48: hue angle of 68.11º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8DC48 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 72 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.14 |
| HSL | 68.11º | 0.68% | 0.57% | - |
| HSV(B) | 68.11º | 0.67% | 0.86% | - |
| XYZ | 50.58 | 63.93 | 15.81 | - |
| YUV | 197.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 72 | 0.09 | 0 | 0.67 | 0.14 | 68.11 | 0.68 | 0.57 |
| Hex | C8 | DC | 48 | 9 | 0 | 43 | E | 44 | 44 | 39 |
| Octal | 310 | 334 | 110 | 11 | 0 | 103 | 16 | 104 | 104 | 71 |
| Binary | 11001000 | 11011100 | 1001000 | 1001 | 0 | 1000011 | 1110 | 1000100 | 1000100 | 111001 |
Color Harmonies of #C8DC48
Complementary color
Monochromatic Colors of #C8DC48
Black with #C8DC48
Text Example
Text Example
White with #C8DC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC48; }
p { color: rgb(200,220,72); }
H1.HeaderClassName
{
color: #C8DC48;
}
.AnyTagClassName
{
color: #C8DC48;
}
</style>
background-color css
<style>
a { background-color: #C8DC48; }
a { background-color: rgb(200,220,72); }
div.DivClassName
{
background-color: #C8DC48;
}
.BgClassName
{
background-color: #C8DC48;
}
</style>
border-color css
<style>
span { border-color: #C8DC48; }
span { border-color: rgb(200,220,72); }
td.TdClassName
{
border-color: #C8DC48;
}
.TagClassName
{
border-color: #C8DC48;
}
</style>