Shades of Las Palmas #C7D03F
Tints of Las Palmas #C7D03F
RGB
CMYK
RGB Variations
Color information
#C7D03F (or 0xC7D03F) is known color: Las Palmas. HEX triplet: C7, D0 and 3F. RGB value is (199,208,63). Sum of RGB (Red+Green+Blue) = 199+208+63=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D03F is #382FC0. Grayscale: #BDBDBD. Windows color (decimal): -3682241 or 4182215. OLE color: 4182215.
HSL color Cylindrical-coordinate representation of color #C7D03F: hue angle of 63.72º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7D03F is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 63 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.18 |
| HSL | 63.72º | 0.61% | 0.53% | - |
| HSV(B) | 63.72º | 0.7% | 0.82% | - |
| XYZ | 47.01 | 57.61 | 13.35 | - |
| YUV | 188.78 | 57.02 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 63 | 0.04 | 0 | 0.70 | 0.18 | 63.72 | 0.61 | 0.53 |
| Hex | C7 | D0 | 3F | 4 | 0 | 46 | 12 | 40 | 3D | 35 |
| Octal | 307 | 320 | 77 | 4 | 0 | 106 | 22 | 100 | 75 | 65 |
| Binary | 11000111 | 11010000 | 111111 | 100 | 0 | 1000110 | 10010 | 1000000 | 111101 | 110101 |
Color Harmonies of #C7D03F
Complementary color
Monochromatic Colors of #C7D03F
Black with #C7D03F
Text Example
Text Example
White with #C7D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D03F; }
p { color: rgb(199,208,63); }
H1.HeaderClassName
{
color: #C7D03F;
}
.AnyTagClassName
{
color: #C7D03F;
}
</style>
background-color css
<style>
a { background-color: #C7D03F; }
a { background-color: rgb(199,208,63); }
div.DivClassName
{
background-color: #C7D03F;
}
.BgClassName
{
background-color: #C7D03F;
}
</style>
border-color css
<style>
span { border-color: #C7D03F; }
span { border-color: rgb(199,208,63); }
td.TdClassName
{
border-color: #C7D03F;
}
.TagClassName
{
border-color: #C7D03F;
}
</style>