Shades of Las Palmas #C8D53B
Tints of Las Palmas #C8D53B
RGB
CMYK
RGB Variations
Color information
#C8D53B (or 0xC8D53B) is known color: Las Palmas. HEX triplet: C8, D5 and 3B. RGB value is (200,213,59). Sum of RGB (Red+Green+Blue) = 200+213+59=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D53B is #372AC4. Grayscale: #C0C0C0. Windows color (decimal): -3615429 or 3921352. OLE color: 3921352.
HSL color Cylindrical-coordinate representation of color #C8D53B: hue angle of 65.06º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8D53B is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 59 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.16 |
| HSL | 65.06º | 0.65% | 0.53% | - |
| HSV(B) | 65.06º | 0.72% | 0.84% | - |
| XYZ | 48.4 | 60.18 | 13.2 | - |
| YUV | 191.56 | 53.19 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 59 | 0.06 | 0 | 0.72 | 0.16 | 65.06 | 0.65 | 0.53 |
| Hex | C8 | D5 | 3B | 6 | 0 | 48 | 10 | 41 | 41 | 35 |
| Octal | 310 | 325 | 73 | 6 | 0 | 110 | 20 | 101 | 101 | 65 |
| Binary | 11001000 | 11010101 | 111011 | 110 | 0 | 1001000 | 10000 | 1000001 | 1000001 | 110101 |
Color Harmonies of #C8D53B
Complementary color
Monochromatic Colors of #C8D53B
Black with #C8D53B
Text Example
Text Example
White with #C8D53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D53B; }
p { color: rgb(200,213,59); }
H1.HeaderClassName
{
color: #C8D53B;
}
.AnyTagClassName
{
color: #C8D53B;
}
</style>
background-color css
<style>
a { background-color: #C8D53B; }
a { background-color: rgb(200,213,59); }
div.DivClassName
{
background-color: #C8D53B;
}
.BgClassName
{
background-color: #C8D53B;
}
</style>
border-color css
<style>
span { border-color: #C8D53B; }
span { border-color: rgb(200,213,59); }
td.TdClassName
{
border-color: #C8D53B;
}
.TagClassName
{
border-color: #C8D53B;
}
</style>