Shades of Las Palmas #C4D03E
Tints of Las Palmas #C4D03E
RGB
CMYK
RGB Variations
Color information
#C4D03E (or 0xC4D03E) is known color: Las Palmas. HEX triplet: C4, D0 and 3E. RGB value is (196,208,62). Sum of RGB (Red+Green+Blue) = 196+208+62=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D03E is #3B2FC1. Grayscale: #BCBCBC. Windows color (decimal): -3878850 or 4116676. OLE color: 4116676.
HSL color Cylindrical-coordinate representation of color #C4D03E: hue angle of 64.93º 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 #C4D03E is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 62 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.18 |
| HSL | 64.93º | 0.61% | 0.53% | - |
| HSV(B) | 64.93º | 0.7% | 0.82% | - |
| XYZ | 46.19 | 57.2 | 13.16 | - |
| YUV | 187.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 62 | 0.06 | 0 | 0.70 | 0.18 | 64.93 | 0.61 | 0.53 |
| Hex | C4 | D0 | 3E | 6 | 0 | 46 | 12 | 41 | 3D | 35 |
| Octal | 304 | 320 | 76 | 6 | 0 | 106 | 22 | 101 | 75 | 65 |
| Binary | 11000100 | 11010000 | 111110 | 110 | 0 | 1000110 | 10010 | 1000001 | 111101 | 110101 |
Color Harmonies of #C4D03E
Complementary color
Monochromatic Colors of #C4D03E
Black with #C4D03E
Text Example
Text Example
White with #C4D03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D03E; }
p { color: rgb(196,208,62); }
H1.HeaderClassName
{
color: #C4D03E;
}
.AnyTagClassName
{
color: #C4D03E;
}
</style>
background-color css
<style>
a { background-color: #C4D03E; }
a { background-color: rgb(196,208,62); }
div.DivClassName
{
background-color: #C4D03E;
}
.BgClassName
{
background-color: #C4D03E;
}
</style>
border-color css
<style>
span { border-color: #C4D03E; }
span { border-color: rgb(196,208,62); }
td.TdClassName
{
border-color: #C4D03E;
}
.TagClassName
{
border-color: #C4D03E;
}
</style>