Shades of Las Palmas #C4DC3B
Tints of Las Palmas #C4DC3B
RGB
CMYK
RGB Variations
Color information
#C4DC3B (or 0xC4DC3B) is known color: Las Palmas. HEX triplet: C4, DC and 3B. RGB value is (196,220,59). Sum of RGB (Red+Green+Blue) = 196+220+59=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DC3B is #3B23C4. Grayscale: #C3C3C3. Windows color (decimal): -3875781 or 3923140. OLE color: 3923140.
HSL color Cylindrical-coordinate representation of color #C4DC3B: hue angle of 68.94º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4DC3B is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 59 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.14 |
| HSL | 68.94º | 0.7% | 0.55% | - |
| HSV(B) | 68.94º | 0.73% | 0.86% | - |
| XYZ | 49.15 | 63.24 | 13.75 | - |
| YUV | 194.47 | 51.55 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 59 | 0.11 | 0 | 0.73 | 0.14 | 68.94 | 0.7 | 0.55 |
| Hex | C4 | DC | 3B | B | 0 | 49 | E | 45 | 46 | 37 |
| Octal | 304 | 334 | 73 | 13 | 0 | 111 | 16 | 105 | 106 | 67 |
| Binary | 11000100 | 11011100 | 111011 | 1011 | 0 | 1001001 | 1110 | 1000101 | 1000110 | 110111 |
Color Harmonies of #C4DC3B
Complementary color
Monochromatic Colors of #C4DC3B
Black with #C4DC3B
Text Example
Text Example
White with #C4DC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC3B; }
p { color: rgb(196,220,59); }
H1.HeaderClassName
{
color: #C4DC3B;
}
.AnyTagClassName
{
color: #C4DC3B;
}
</style>
background-color css
<style>
a { background-color: #C4DC3B; }
a { background-color: rgb(196,220,59); }
div.DivClassName
{
background-color: #C4DC3B;
}
.BgClassName
{
background-color: #C4DC3B;
}
</style>
border-color css
<style>
span { border-color: #C4DC3B; }
span { border-color: rgb(196,220,59); }
td.TdClassName
{
border-color: #C4DC3B;
}
.TagClassName
{
border-color: #C4DC3B;
}
</style>