Shades of Las Palmas #C8D03D
Tints of Las Palmas #C8D03D
RGB
CMYK
RGB Variations
Color information
#C8D03D (or 0xC8D03D) is known color: Las Palmas. HEX triplet: C8, D0 and 3D. RGB value is (200,208,61). Sum of RGB (Red+Green+Blue) = 200+208+61=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D03D is #372FC2. Grayscale: #BDBDBD. Windows color (decimal): -3616707 or 4051144. OLE color: 4051144.
HSL color Cylindrical-coordinate representation of color #C8D03D: hue angle of 63.27º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8D03D is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 61 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.18 |
| HSL | 63.27º | 0.61% | 0.53% | - |
| HSV(B) | 63.27º | 0.71% | 0.82% | - |
| XYZ | 47.22 | 57.73 | 13.07 | - |
| YUV | 188.85 | 55.85 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 61 | 0.04 | 0 | 0.71 | 0.18 | 63.27 | 0.61 | 0.53 |
| Hex | C8 | D0 | 3D | 4 | 0 | 47 | 12 | 3F | 3D | 35 |
| Octal | 310 | 320 | 75 | 4 | 0 | 107 | 22 | 77 | 75 | 65 |
| Binary | 11001000 | 11010000 | 111101 | 100 | 0 | 1000111 | 10010 | 111111 | 111101 | 110101 |
Color Harmonies of #C8D03D
Complementary color
Monochromatic Colors of #C8D03D
Black with #C8D03D
Text Example
Text Example
White with #C8D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D03D; }
p { color: rgb(200,208,61); }
H1.HeaderClassName
{
color: #C8D03D;
}
.AnyTagClassName
{
color: #C8D03D;
}
</style>
background-color css
<style>
a { background-color: #C8D03D; }
a { background-color: rgb(200,208,61); }
div.DivClassName
{
background-color: #C8D03D;
}
.BgClassName
{
background-color: #C8D03D;
}
</style>
border-color css
<style>
span { border-color: #C8D03D; }
span { border-color: rgb(200,208,61); }
td.TdClassName
{
border-color: #C8D03D;
}
.TagClassName
{
border-color: #C8D03D;
}
</style>