Shades of Las Palmas #C8DB35
Tints of Las Palmas #C8DB35
RGB
CMYK
RGB Variations
Color information
#C8DB35 (or 0xC8DB35) is known color: Las Palmas. HEX triplet: C8, DB and 35. RGB value is (200,219,53). Sum of RGB (Red+Green+Blue) = 200+219+53=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DB35 is #3724CA. Grayscale: #C3C3C3. Windows color (decimal): -3613899 or 3529672. OLE color: 3529672.
HSL color Cylindrical-coordinate representation of color #C8DB35: hue angle of 66.87º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8DB35 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 53 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.14 |
| HSL | 66.87º | 0.7% | 0.53% | - |
| HSV(B) | 66.87º | 0.76% | 0.86% | - |
| XYZ | 49.79 | 63.2 | 12.94 | - |
| YUV | 194.4 | 48.21 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 53 | 0.09 | 0 | 0.76 | 0.14 | 66.87 | 0.7 | 0.53 |
| Hex | C8 | DB | 35 | 9 | 0 | 4C | E | 43 | 46 | 35 |
| Octal | 310 | 333 | 65 | 11 | 0 | 114 | 16 | 103 | 106 | 65 |
| Binary | 11001000 | 11011011 | 110101 | 1001 | 0 | 1001100 | 1110 | 1000011 | 1000110 | 110101 |
Color Harmonies of #C8DB35
Complementary color
Monochromatic Colors of #C8DB35
Black with #C8DB35
Text Example
Text Example
White with #C8DB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB35; }
p { color: rgb(200,219,53); }
H1.HeaderClassName
{
color: #C8DB35;
}
.AnyTagClassName
{
color: #C8DB35;
}
</style>
background-color css
<style>
a { background-color: #C8DB35; }
a { background-color: rgb(200,219,53); }
div.DivClassName
{
background-color: #C8DB35;
}
.BgClassName
{
background-color: #C8DB35;
}
</style>
border-color css
<style>
span { border-color: #C8DB35; }
span { border-color: rgb(200,219,53); }
td.TdClassName
{
border-color: #C8DB35;
}
.TagClassName
{
border-color: #C8DB35;
}
</style>