Shades of Las Palmas #C3D445
Tints of Las Palmas #C3D445
RGB
CMYK
RGB Variations
Color information
#C3D445 (or 0xC3D445) is known color: Las Palmas. HEX triplet: C3, D4 and 45. RGB value is (195,212,69). Sum of RGB (Red+Green+Blue) = 195+212+69=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #C3D445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D445 is #3C2BBA. Grayscale: #BFBFBF. Windows color (decimal): -3943355 or 4576451. OLE color: 4576451.
HSL color Cylindrical-coordinate representation of color #C3D445: hue angle of 67.13º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3D445 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 212 | 69 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.17 |
| HSL | 67.13º | 0.62% | 0.55% | - |
| HSV(B) | 67.13º | 0.67% | 0.83% | - |
| XYZ | 47.12 | 59.12 | 14.56 | - |
| YUV | 190.62 | 59.37 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 212 | 69 | 0.08 | 0 | 0.67 | 0.17 | 67.13 | 0.62 | 0.55 |
| Hex | C3 | D4 | 45 | 8 | 0 | 43 | 11 | 43 | 3E | 37 |
| Octal | 303 | 324 | 105 | 10 | 0 | 103 | 21 | 103 | 76 | 67 |
| Binary | 11000011 | 11010100 | 1000101 | 1000 | 0 | 1000011 | 10001 | 1000011 | 111110 | 110111 |
Color Harmonies of #C3D445
Complementary color
Monochromatic Colors of #C3D445
Black with #C3D445
Text Example
Text Example
White with #C3D445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D445; }
p { color: rgb(195,212,69); }
H1.HeaderClassName
{
color: #C3D445;
}
.AnyTagClassName
{
color: #C3D445;
}
</style>
background-color css
<style>
a { background-color: #C3D445; }
a { background-color: rgb(195,212,69); }
div.DivClassName
{
background-color: #C3D445;
}
.BgClassName
{
background-color: #C3D445;
}
</style>
border-color css
<style>
span { border-color: #C3D445; }
span { border-color: rgb(195,212,69); }
td.TdClassName
{
border-color: #C3D445;
}
.TagClassName
{
border-color: #C3D445;
}
</style>