Shades of Las Palmas #C7D03B
Tints of Las Palmas #C7D03B
RGB
CMYK
RGB Variations
Color information
#C7D03B (or 0xC7D03B) is known color: Las Palmas. HEX triplet: C7, D0 and 3B. RGB value is (199,208,59). Sum of RGB (Red+Green+Blue) = 199+208+59=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D03B is #382FC4. Grayscale: #BCBCBC. Windows color (decimal): -3682245 or 3920071. OLE color: 3920071.
HSL color Cylindrical-coordinate representation of color #C7D03B: hue angle of 63.62º 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 #C7D03B is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 59 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.18 |
| HSL | 63.62º | 0.61% | 0.52% | - |
| HSV(B) | 63.62º | 0.72% | 0.82% | - |
| XYZ | 46.9 | 57.57 | 12.78 | - |
| YUV | 188.32 | 55.02 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 59 | 0.04 | 0 | 0.72 | 0.18 | 63.62 | 0.61 | 0.52 |
| Hex | C7 | D0 | 3B | 4 | 0 | 48 | 12 | 40 | 3D | 34 |
| Octal | 307 | 320 | 73 | 4 | 0 | 110 | 22 | 100 | 75 | 64 |
| Binary | 11000111 | 11010000 | 111011 | 100 | 0 | 1001000 | 10010 | 1000000 | 111101 | 110100 |
Color Harmonies of #C7D03B
Complementary color
Monochromatic Colors of #C7D03B
Black with #C7D03B
Text Example
Text Example
White with #C7D03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D03B; }
p { color: rgb(199,208,59); }
H1.HeaderClassName
{
color: #C7D03B;
}
.AnyTagClassName
{
color: #C7D03B;
}
</style>
background-color css
<style>
a { background-color: #C7D03B; }
a { background-color: rgb(199,208,59); }
div.DivClassName
{
background-color: #C7D03B;
}
.BgClassName
{
background-color: #C7D03B;
}
</style>
border-color css
<style>
span { border-color: #C7D03B; }
span { border-color: rgb(199,208,59); }
td.TdClassName
{
border-color: #C7D03B;
}
.TagClassName
{
border-color: #C7D03B;
}
</style>