Shades of Las Palmas #C8DC38
Tints of Las Palmas #C8DC38
RGB
CMYK
RGB Variations
Color information
#C8DC38 (or 0xC8DC38) is known color: Las Palmas. HEX triplet: C8, DC and 38. RGB value is (200,220,56). Sum of RGB (Red+Green+Blue) = 200+220+56=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DC38 is #3723C7. Grayscale: #C3C3C3. Windows color (decimal): -3613640 or 3726536. OLE color: 3726536.
HSL color Cylindrical-coordinate representation of color #C8DC38: hue angle of 67.32º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8DC38 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 56 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.14 |
| HSL | 67.32º | 0.7% | 0.54% | - |
| HSV(B) | 67.32º | 0.75% | 0.86% | - |
| XYZ | 50.13 | 63.75 | 13.4 | - |
| YUV | 195.32 | 49.37 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 56 | 0.09 | 0 | 0.75 | 0.14 | 67.32 | 0.7 | 0.54 |
| Hex | C8 | DC | 38 | 9 | 0 | 4B | E | 43 | 46 | 36 |
| Octal | 310 | 334 | 70 | 11 | 0 | 113 | 16 | 103 | 106 | 66 |
| Binary | 11001000 | 11011100 | 111000 | 1001 | 0 | 1001011 | 1110 | 1000011 | 1000110 | 110110 |
Color Harmonies of #C8DC38
Complementary color
Monochromatic Colors of #C8DC38
Black with #C8DC38
Text Example
Text Example
White with #C8DC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC38; }
p { color: rgb(200,220,56); }
H1.HeaderClassName
{
color: #C8DC38;
}
.AnyTagClassName
{
color: #C8DC38;
}
</style>
background-color css
<style>
a { background-color: #C8DC38; }
a { background-color: rgb(200,220,56); }
div.DivClassName
{
background-color: #C8DC38;
}
.BgClassName
{
background-color: #C8DC38;
}
</style>
border-color css
<style>
span { border-color: #C8DC38; }
span { border-color: rgb(200,220,56); }
td.TdClassName
{
border-color: #C8DC38;
}
.TagClassName
{
border-color: #C8DC38;
}
</style>