Shades of Las Palmas #C3D54C
Tints of Las Palmas #C3D54C
RGB
CMYK
RGB Variations
Color information
#C3D54C (or 0xC3D54C) is known color: Las Palmas. HEX triplet: C3, D5 and 4C. RGB value is (195,213,76). Sum of RGB (Red+Green+Blue) = 195+213+76=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D54C is #3C2AB3. Grayscale: #C0C0C0. Windows color (decimal): -3943092 or 5035459. OLE color: 5035459.
HSL color Cylindrical-coordinate representation of color #C3D54C: hue angle of 67.88º degrees, saturation: 0.62, 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 #C3D54C is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 213 | 76 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.16 |
| HSL | 67.88º | 0.62% | 0.57% | - |
| HSV(B) | 67.88º | 0.64% | 0.84% | - |
| XYZ | 47.6 | 59.71 | 15.85 | - |
| YUV | 192 | 62.54 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 76 | 0.08 | 0 | 0.64 | 0.16 | 67.88 | 0.62 | 0.57 |
| Hex | C3 | D5 | 4C | 8 | 0 | 40 | 10 | 44 | 3E | 39 |
| Octal | 303 | 325 | 114 | 10 | 0 | 100 | 20 | 104 | 76 | 71 |
| Binary | 11000011 | 11010101 | 1001100 | 1000 | 0 | 1000000 | 10000 | 1000100 | 111110 | 111001 |
Color Harmonies of #C3D54C
Complementary color
Monochromatic Colors of #C3D54C
Black with #C3D54C
Text Example
Text Example
White with #C3D54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D54C; }
p { color: rgb(195,213,76); }
H1.HeaderClassName
{
color: #C3D54C;
}
.AnyTagClassName
{
color: #C3D54C;
}
</style>
background-color css
<style>
a { background-color: #C3D54C; }
a { background-color: rgb(195,213,76); }
div.DivClassName
{
background-color: #C3D54C;
}
.BgClassName
{
background-color: #C3D54C;
}
</style>
border-color css
<style>
span { border-color: #C3D54C; }
span { border-color: rgb(195,213,76); }
td.TdClassName
{
border-color: #C3D54C;
}
.TagClassName
{
border-color: #C3D54C;
}
</style>