Shades of Las Palmas #C8DD35
Tints of Las Palmas #C8DD35
RGB
CMYK
RGB Variations
Color information
#C8DD35 (or 0xC8DD35) is known color: Las Palmas. HEX triplet: C8, DD and 35. RGB value is (200,221,53). Sum of RGB (Red+Green+Blue) = 200+221+53=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 53 (21.09% from 255 or 11.18% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DD35 is #3722CA. Grayscale: #C4C4C4. Windows color (decimal): -3613387 or 3530184. OLE color: 3530184.
HSL color Cylindrical-coordinate representation of color #C8DD35: hue angle of 67.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8DD35 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 53 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.13 |
| HSL | 67.5º | 0.71% | 0.54% | - |
| HSV(B) | 67.5º | 0.76% | 0.87% | - |
| XYZ | 50.32 | 64.25 | 13.12 | - |
| YUV | 195.57 | 47.54 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 53 | 0.10 | 0 | 0.76 | 0.13 | 67.5 | 0.71 | 0.54 |
| Hex | C8 | DD | 35 | A | 0 | 4C | D | 44 | 47 | 36 |
| Octal | 310 | 335 | 65 | 12 | 0 | 114 | 15 | 104 | 107 | 66 |
| Binary | 11001000 | 11011101 | 110101 | 1010 | 0 | 1001100 | 1101 | 1000100 | 1000111 | 110110 |
Color Harmonies of #C8DD35
Complementary color
Monochromatic Colors of #C8DD35
Black with #C8DD35
Text Example
Text Example
White with #C8DD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD35; }
p { color: rgb(200,221,53); }
H1.HeaderClassName
{
color: #C8DD35;
}
.AnyTagClassName
{
color: #C8DD35;
}
</style>
background-color css
<style>
a { background-color: #C8DD35; }
a { background-color: rgb(200,221,53); }
div.DivClassName
{
background-color: #C8DD35;
}
.BgClassName
{
background-color: #C8DD35;
}
</style>
border-color css
<style>
span { border-color: #C8DD35; }
span { border-color: rgb(200,221,53); }
td.TdClassName
{
border-color: #C8DD35;
}
.TagClassName
{
border-color: #C8DD35;
}
</style>