Shades of Las Palmas #C7D03D
Tints of Las Palmas #C7D03D
RGB
CMYK
RGB Variations
Color information
#C7D03D (or 0xC7D03D) is known color: Las Palmas. HEX triplet: C7, D0 and 3D. RGB value is (199,208,61). Sum of RGB (Red+Green+Blue) = 199+208+61=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D03D is #382FC2. Grayscale: #BDBDBD. Windows color (decimal): -3682243 or 4051143. OLE color: 4051143.
HSL color Cylindrical-coordinate representation of color #C7D03D: hue angle of 63.67º 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 #C7D03D is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 61 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.18 |
| HSL | 63.67º | 0.61% | 0.53% | - |
| HSV(B) | 63.67º | 0.71% | 0.82% | - |
| XYZ | 46.95 | 57.59 | 13.06 | - |
| YUV | 188.55 | 56.02 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 61 | 0.04 | 0 | 0.71 | 0.18 | 63.67 | 0.61 | 0.53 |
| Hex | C7 | D0 | 3D | 4 | 0 | 47 | 12 | 40 | 3D | 35 |
| Octal | 307 | 320 | 75 | 4 | 0 | 107 | 22 | 100 | 75 | 65 |
| Binary | 11000111 | 11010000 | 111101 | 100 | 0 | 1000111 | 10010 | 1000000 | 111101 | 110101 |
Color Harmonies of #C7D03D
Complementary color
Monochromatic Colors of #C7D03D
Black with #C7D03D
Text Example
Text Example
White with #C7D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D03D; }
p { color: rgb(199,208,61); }
H1.HeaderClassName
{
color: #C7D03D;
}
.AnyTagClassName
{
color: #C7D03D;
}
</style>
background-color css
<style>
a { background-color: #C7D03D; }
a { background-color: rgb(199,208,61); }
div.DivClassName
{
background-color: #C7D03D;
}
.BgClassName
{
background-color: #C7D03D;
}
</style>
border-color css
<style>
span { border-color: #C7D03D; }
span { border-color: rgb(199,208,61); }
td.TdClassName
{
border-color: #C7D03D;
}
.TagClassName
{
border-color: #C7D03D;
}
</style>