Shades of Las Palmas #C4D03B
Tints of Las Palmas #C4D03B
RGB
CMYK
RGB Variations
Color information
#C4D03B (or 0xC4D03B) is known color: Las Palmas. HEX triplet: C4, D0 and 3B. RGB value is (196,208,59). Sum of RGB (Red+Green+Blue) = 196+208+59=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D03B is #3B2FC4. Grayscale: #BCBCBC. Windows color (decimal): -3878853 or 3920068. OLE color: 3920068.
HSL color Cylindrical-coordinate representation of color #C4D03B: hue angle of 64.83º 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 #C4D03B is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 59 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.18 |
| HSL | 64.83º | 0.61% | 0.52% | - |
| HSV(B) | 64.83º | 0.72% | 0.82% | - |
| XYZ | 46.11 | 57.16 | 12.74 | - |
| YUV | 187.43 | 55.52 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 59 | 0.06 | 0 | 0.72 | 0.18 | 64.83 | 0.61 | 0.52 |
| Hex | C4 | D0 | 3B | 6 | 0 | 48 | 12 | 41 | 3D | 34 |
| Octal | 304 | 320 | 73 | 6 | 0 | 110 | 22 | 101 | 75 | 64 |
| Binary | 11000100 | 11010000 | 111011 | 110 | 0 | 1001000 | 10010 | 1000001 | 111101 | 110100 |
Color Harmonies of #C4D03B
Complementary color
Monochromatic Colors of #C4D03B
Black with #C4D03B
Text Example
Text Example
White with #C4D03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D03B; }
p { color: rgb(196,208,59); }
H1.HeaderClassName
{
color: #C4D03B;
}
.AnyTagClassName
{
color: #C4D03B;
}
</style>
background-color css
<style>
a { background-color: #C4D03B; }
a { background-color: rgb(196,208,59); }
div.DivClassName
{
background-color: #C4D03B;
}
.BgClassName
{
background-color: #C4D03B;
}
</style>
border-color css
<style>
span { border-color: #C4D03B; }
span { border-color: rgb(196,208,59); }
td.TdClassName
{
border-color: #C4D03B;
}
.TagClassName
{
border-color: #C4D03B;
}
</style>