Shades of Las Palmas #C8D848
Tints of Las Palmas #C8D848
RGB
CMYK
RGB Variations
Color information
#C8D848 (or 0xC8D848) is known color: Las Palmas. HEX triplet: C8, D8 and 48. RGB value is (200,216,72). Sum of RGB (Red+Green+Blue) = 200+216+72=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D848 is #3727B7. Grayscale: #C3C3C3. Windows color (decimal): -3614648 or 4774088. OLE color: 4774088.
HSL color Cylindrical-coordinate representation of color #C8D848: hue angle of 66.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8D848 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 72 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.15 |
| HSL | 66.67º | 0.65% | 0.56% | - |
| HSV(B) | 66.67º | 0.67% | 0.85% | - |
| XYZ | 49.54 | 61.86 | 15.46 | - |
| YUV | 194.8 | 58.7 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 72 | 0.07 | 0 | 0.67 | 0.15 | 66.67 | 0.65 | 0.56 |
| Hex | C8 | D8 | 48 | 7 | 0 | 43 | F | 43 | 41 | 38 |
| Octal | 310 | 330 | 110 | 7 | 0 | 103 | 17 | 103 | 101 | 70 |
| Binary | 11001000 | 11011000 | 1001000 | 111 | 0 | 1000011 | 1111 | 1000011 | 1000001 | 111000 |
Color Harmonies of #C8D848
Complementary color
Monochromatic Colors of #C8D848
Black with #C8D848
Text Example
Text Example
White with #C8D848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D848; }
p { color: rgb(200,216,72); }
H1.HeaderClassName
{
color: #C8D848;
}
.AnyTagClassName
{
color: #C8D848;
}
</style>
background-color css
<style>
a { background-color: #C8D848; }
a { background-color: rgb(200,216,72); }
div.DivClassName
{
background-color: #C8D848;
}
.BgClassName
{
background-color: #C8D848;
}
</style>
border-color css
<style>
span { border-color: #C8D848; }
span { border-color: rgb(200,216,72); }
td.TdClassName
{
border-color: #C8D848;
}
.TagClassName
{
border-color: #C8D848;
}
</style>