Shades of Las Palmas #C4DC33
Tints of Las Palmas #C4DC33
RGB
CMYK
RGB Variations
Color information
#C4DC33 (or 0xC4DC33) is known color: Las Palmas. HEX triplet: C4, DC and 33. RGB value is (196,220,51). Sum of RGB (Red+Green+Blue) = 196+220+51=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DC33 is #3B23CC. Grayscale: #C2C2C2. Windows color (decimal): -3875789 or 3398852. OLE color: 3398852.
HSL color Cylindrical-coordinate representation of color #C4DC33: hue angle of 68.52º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4DC33 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 51 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.14 |
| HSL | 68.52º | 0.71% | 0.53% | - |
| HSV(B) | 68.52º | 0.77% | 0.86% | - |
| XYZ | 48.96 | 63.16 | 12.74 | - |
| YUV | 193.56 | 47.55 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 51 | 0.11 | 0 | 0.77 | 0.14 | 68.52 | 0.71 | 0.53 |
| Hex | C4 | DC | 33 | B | 0 | 4D | E | 45 | 47 | 35 |
| Octal | 304 | 334 | 63 | 13 | 0 | 115 | 16 | 105 | 107 | 65 |
| Binary | 11000100 | 11011100 | 110011 | 1011 | 0 | 1001101 | 1110 | 1000101 | 1000111 | 110101 |
Color Harmonies of #C4DC33
Complementary color
Monochromatic Colors of #C4DC33
Black with #C4DC33
Text Example
Text Example
White with #C4DC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC33; }
p { color: rgb(196,220,51); }
H1.HeaderClassName
{
color: #C4DC33;
}
.AnyTagClassName
{
color: #C4DC33;
}
</style>
background-color css
<style>
a { background-color: #C4DC33; }
a { background-color: rgb(196,220,51); }
div.DivClassName
{
background-color: #C4DC33;
}
.BgClassName
{
background-color: #C4DC33;
}
</style>
border-color css
<style>
span { border-color: #C4DC33; }
span { border-color: rgb(196,220,51); }
td.TdClassName
{
border-color: #C4DC33;
}
.TagClassName
{
border-color: #C4DC33;
}
</style>