Shades of Las Palmas #C4D64C
Tints of Las Palmas #C4D64C
RGB
CMYK
RGB Variations
Color information
#C4D64C (or 0xC4D64C) is known color: Las Palmas. HEX triplet: C4, D6 and 4C. RGB value is (196,214,76). Sum of RGB (Red+Green+Blue) = 196+214+76=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D64C is #3B29B3. Grayscale: #C1C1C1. Windows color (decimal): -3877300 or 5035716. OLE color: 5035716.
HSL color Cylindrical-coordinate representation of color #C4D64C: hue angle of 67.83º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4D64C is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 76 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.16 |
| HSL | 67.83º | 0.63% | 0.57% | - |
| HSV(B) | 67.83º | 0.64% | 0.84% | - |
| XYZ | 48.12 | 60.35 | 15.95 | - |
| YUV | 192.89 | 62.04 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 76 | 0.08 | 0 | 0.64 | 0.16 | 67.83 | 0.63 | 0.57 |
| Hex | C4 | D6 | 4C | 8 | 0 | 40 | 10 | 44 | 3F | 39 |
| Octal | 304 | 326 | 114 | 10 | 0 | 100 | 20 | 104 | 77 | 71 |
| Binary | 11000100 | 11010110 | 1001100 | 1000 | 0 | 1000000 | 10000 | 1000100 | 111111 | 111001 |
Color Harmonies of #C4D64C
Complementary color
Monochromatic Colors of #C4D64C
Black with #C4D64C
Text Example
Text Example
White with #C4D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D64C; }
p { color: rgb(196,214,76); }
H1.HeaderClassName
{
color: #C4D64C;
}
.AnyTagClassName
{
color: #C4D64C;
}
</style>
background-color css
<style>
a { background-color: #C4D64C; }
a { background-color: rgb(196,214,76); }
div.DivClassName
{
background-color: #C4D64C;
}
.BgClassName
{
background-color: #C4D64C;
}
</style>
border-color css
<style>
span { border-color: #C4D64C; }
span { border-color: rgb(196,214,76); }
td.TdClassName
{
border-color: #C4D64C;
}
.TagClassName
{
border-color: #C4D64C;
}
</style>