Shades of Las Palmas #C4D64B
Tints of Las Palmas #C4D64B
RGB
CMYK
RGB Variations
Color information
#C4D64B (or 0xC4D64B) is known color: Las Palmas. HEX triplet: C4, D6 and 4B. RGB value is (196,214,75). Sum of RGB (Red+Green+Blue) = 196+214+75=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D64B is #3B29B4. Grayscale: #C1C1C1. Windows color (decimal): -3877301 or 4970180. OLE color: 4970180.
HSL color Cylindrical-coordinate representation of color #C4D64B: hue angle of 67.77º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4D64B is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 75 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.16 |
| HSL | 67.77º | 0.63% | 0.57% | - |
| HSV(B) | 67.77º | 0.65% | 0.84% | - |
| XYZ | 48.08 | 60.34 | 15.77 | - |
| YUV | 192.77 | 61.54 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 75 | 0.08 | 0 | 0.65 | 0.16 | 67.77 | 0.63 | 0.57 |
| Hex | C4 | D6 | 4B | 8 | 0 | 41 | 10 | 44 | 3F | 39 |
| Octal | 304 | 326 | 113 | 10 | 0 | 101 | 20 | 104 | 77 | 71 |
| Binary | 11000100 | 11010110 | 1001011 | 1000 | 0 | 1000001 | 10000 | 1000100 | 111111 | 111001 |
Color Harmonies of #C4D64B
Complementary color
Monochromatic Colors of #C4D64B
Black with #C4D64B
Text Example
Text Example
White with #C4D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D64B; }
p { color: rgb(196,214,75); }
H1.HeaderClassName
{
color: #C4D64B;
}
.AnyTagClassName
{
color: #C4D64B;
}
</style>
background-color css
<style>
a { background-color: #C4D64B; }
a { background-color: rgb(196,214,75); }
div.DivClassName
{
background-color: #C4D64B;
}
.BgClassName
{
background-color: #C4D64B;
}
</style>
border-color css
<style>
span { border-color: #C4D64B; }
span { border-color: rgb(196,214,75); }
td.TdClassName
{
border-color: #C4D64B;
}
.TagClassName
{
border-color: #C4D64B;
}
</style>