Shades of Las Palmas #C3D64C
Tints of Las Palmas #C3D64C
RGB
CMYK
RGB Variations
Color information
#C3D64C (or 0xC3D64C) is known color: Las Palmas. HEX triplet: C3, D6 and 4C. RGB value is (195,214,76). Sum of RGB (Red+Green+Blue) = 195+214+76=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D64C is #3C29B3. Grayscale: #C1C1C1. Windows color (decimal): -3942836 or 5035715. OLE color: 5035715.
HSL color Cylindrical-coordinate representation of color #C3D64C: hue angle of 68.26º 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 #C3D64C is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 214 | 76 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.16 |
| HSL | 68.26º | 0.63% | 0.57% | - |
| HSV(B) | 68.26º | 0.64% | 0.84% | - |
| XYZ | 47.86 | 60.22 | 15.94 | - |
| YUV | 192.59 | 62.21 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 76 | 0.09 | 0 | 0.64 | 0.16 | 68.26 | 0.63 | 0.57 |
| Hex | C3 | D6 | 4C | 9 | 0 | 40 | 10 | 44 | 3F | 39 |
| Octal | 303 | 326 | 114 | 11 | 0 | 100 | 20 | 104 | 77 | 71 |
| Binary | 11000011 | 11010110 | 1001100 | 1001 | 0 | 1000000 | 10000 | 1000100 | 111111 | 111001 |
Color Harmonies of #C3D64C
Complementary color
Monochromatic Colors of #C3D64C
Black with #C3D64C
Text Example
Text Example
White with #C3D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D64C; }
p { color: rgb(195,214,76); }
H1.HeaderClassName
{
color: #C3D64C;
}
.AnyTagClassName
{
color: #C3D64C;
}
</style>
background-color css
<style>
a { background-color: #C3D64C; }
a { background-color: rgb(195,214,76); }
div.DivClassName
{
background-color: #C3D64C;
}
.BgClassName
{
background-color: #C3D64C;
}
</style>
border-color css
<style>
span { border-color: #C3D64C; }
span { border-color: rgb(195,214,76); }
td.TdClassName
{
border-color: #C3D64C;
}
.TagClassName
{
border-color: #C3D64C;
}
</style>