Shades of Las Palmas #C7D03A
Tints of Las Palmas #C7D03A
RGB
CMYK
RGB Variations
Color information
#C7D03A (or 0xC7D03A) is known color: Las Palmas. HEX triplet: C7, D0 and 3A. RGB value is (199,208,58). Sum of RGB (Red+Green+Blue) = 199+208+58=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D03A is #382FC5. Grayscale: #BCBCBC. Windows color (decimal): -3682246 or 3854535. OLE color: 3854535.
HSL color Cylindrical-coordinate representation of color #C7D03A: hue angle of 63.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7D03A is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 58 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.18 |
| HSL | 63.6º | 0.61% | 0.52% | - |
| HSV(B) | 63.6º | 0.72% | 0.82% | - |
| XYZ | 46.87 | 57.56 | 12.64 | - |
| YUV | 188.21 | 54.52 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 58 | 0.04 | 0 | 0.72 | 0.18 | 63.6 | 0.61 | 0.52 |
| Hex | C7 | D0 | 3A | 4 | 0 | 48 | 12 | 40 | 3D | 34 |
| Octal | 307 | 320 | 72 | 4 | 0 | 110 | 22 | 100 | 75 | 64 |
| Binary | 11000111 | 11010000 | 111010 | 100 | 0 | 1001000 | 10010 | 1000000 | 111101 | 110100 |
Color Harmonies of #C7D03A
Complementary color
Monochromatic Colors of #C7D03A
Black with #C7D03A
Text Example
Text Example
White with #C7D03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D03A; }
p { color: rgb(199,208,58); }
H1.HeaderClassName
{
color: #C7D03A;
}
.AnyTagClassName
{
color: #C7D03A;
}
</style>
background-color css
<style>
a { background-color: #C7D03A; }
a { background-color: rgb(199,208,58); }
div.DivClassName
{
background-color: #C7D03A;
}
.BgClassName
{
background-color: #C7D03A;
}
</style>
border-color css
<style>
span { border-color: #C7D03A; }
span { border-color: rgb(199,208,58); }
td.TdClassName
{
border-color: #C7D03A;
}
.TagClassName
{
border-color: #C7D03A;
}
</style>