Shades of Las Palmas #C8DD38
Tints of Las Palmas #C8DD38
RGB
CMYK
RGB Variations
Color information
#C8DD38 (or 0xC8DD38) is known color: Las Palmas. HEX triplet: C8, DD and 38. RGB value is (200,221,56). Sum of RGB (Red+Green+Blue) = 200+221+56=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 56 (22.27% from 255 or 11.74% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DD38 is #3722C7. Grayscale: #C4C4C4. Windows color (decimal): -3613384 or 3726792. OLE color: 3726792.
HSL color Cylindrical-coordinate representation of color #C8DD38: hue angle of 67.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8DD38 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 56 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.13 |
| HSL | 67.64º | 0.71% | 0.54% | - |
| HSV(B) | 67.64º | 0.75% | 0.87% | - |
| XYZ | 50.39 | 64.28 | 13.49 | - |
| YUV | 195.91 | 49.04 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 56 | 0.10 | 0 | 0.75 | 0.13 | 67.64 | 0.71 | 0.54 |
| Hex | C8 | DD | 38 | A | 0 | 4B | D | 44 | 47 | 36 |
| Octal | 310 | 335 | 70 | 12 | 0 | 113 | 15 | 104 | 107 | 66 |
| Binary | 11001000 | 11011101 | 111000 | 1010 | 0 | 1001011 | 1101 | 1000100 | 1000111 | 110110 |
Color Harmonies of #C8DD38
Complementary color
Monochromatic Colors of #C8DD38
Black with #C8DD38
Text Example
Text Example
White with #C8DD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD38; }
p { color: rgb(200,221,56); }
H1.HeaderClassName
{
color: #C8DD38;
}
.AnyTagClassName
{
color: #C8DD38;
}
</style>
background-color css
<style>
a { background-color: #C8DD38; }
a { background-color: rgb(200,221,56); }
div.DivClassName
{
background-color: #C8DD38;
}
.BgClassName
{
background-color: #C8DD38;
}
</style>
border-color css
<style>
span { border-color: #C8DD38; }
span { border-color: rgb(200,221,56); }
td.TdClassName
{
border-color: #C8DD38;
}
.TagClassName
{
border-color: #C8DD38;
}
</style>