Shades of Las Palmas #C8DC32
Tints of Las Palmas #C8DC32
RGB
CMYK
RGB Variations
Color information
#C8DC32 (or 0xC8DC32) is known color: Las Palmas. HEX triplet: C8, DC and 32. RGB value is (200,220,50). Sum of RGB (Red+Green+Blue) = 200+220+50=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DC32 is #3723CD. Grayscale: #C3C3C3. Windows color (decimal): -3613646 or 3333320. OLE color: 3333320.
HSL color Cylindrical-coordinate representation of color #C8DC32: hue angle of 67.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8DC32 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 50 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.14 |
| HSL | 67.06º | 0.71% | 0.53% | - |
| HSV(B) | 67.06º | 0.77% | 0.86% | - |
| XYZ | 49.99 | 63.7 | 12.68 | - |
| YUV | 194.64 | 46.37 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 50 | 0.09 | 0 | 0.77 | 0.14 | 67.06 | 0.71 | 0.53 |
| Hex | C8 | DC | 32 | 9 | 0 | 4D | E | 43 | 47 | 35 |
| Octal | 310 | 334 | 62 | 11 | 0 | 115 | 16 | 103 | 107 | 65 |
| Binary | 11001000 | 11011100 | 110010 | 1001 | 0 | 1001101 | 1110 | 1000011 | 1000111 | 110101 |
Color Harmonies of #C8DC32
Complementary color
Monochromatic Colors of #C8DC32
Black with #C8DC32
Text Example
Text Example
White with #C8DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC32; }
p { color: rgb(200,220,50); }
H1.HeaderClassName
{
color: #C8DC32;
}
.AnyTagClassName
{
color: #C8DC32;
}
</style>
background-color css
<style>
a { background-color: #C8DC32; }
a { background-color: rgb(200,220,50); }
div.DivClassName
{
background-color: #C8DC32;
}
.BgClassName
{
background-color: #C8DC32;
}
</style>
border-color css
<style>
span { border-color: #C8DC32; }
span { border-color: rgb(200,220,50); }
td.TdClassName
{
border-color: #C8DC32;
}
.TagClassName
{
border-color: #C8DC32;
}
</style>