Shades of Las Palmas #C3DB45
Tints of Las Palmas #C3DB45
RGB
CMYK
RGB Variations
Color information
#C3DB45 (or 0xC3DB45) is known color: Las Palmas. HEX triplet: C3, DB and 45. RGB value is (195,219,69). Sum of RGB (Red+Green+Blue) = 195+219+69=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DB45 is #3C24BA. Grayscale: #C3C3C3. Windows color (decimal): -3941563 or 4578243. OLE color: 4578243.
HSL color Cylindrical-coordinate representation of color #C3DB45: hue angle of 69.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3DB45 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 69 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.14 |
| HSL | 69.6º | 0.68% | 0.56% | - |
| HSV(B) | 69.6º | 0.68% | 0.86% | - |
| XYZ | 48.91 | 62.69 | 15.15 | - |
| YUV | 194.72 | 57.05 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 69 | 0.11 | 0 | 0.68 | 0.14 | 69.6 | 0.68 | 0.56 |
| Hex | C3 | DB | 45 | B | 0 | 44 | E | 46 | 44 | 38 |
| Octal | 303 | 333 | 105 | 13 | 0 | 104 | 16 | 106 | 104 | 70 |
| Binary | 11000011 | 11011011 | 1000101 | 1011 | 0 | 1000100 | 1110 | 1000110 | 1000100 | 111000 |
Color Harmonies of #C3DB45
Complementary color
Monochromatic Colors of #C3DB45
Black with #C3DB45
Text Example
Text Example
White with #C3DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DB45; }
p { color: rgb(195,219,69); }
H1.HeaderClassName
{
color: #C3DB45;
}
.AnyTagClassName
{
color: #C3DB45;
}
</style>
background-color css
<style>
a { background-color: #C3DB45; }
a { background-color: rgb(195,219,69); }
div.DivClassName
{
background-color: #C3DB45;
}
.BgClassName
{
background-color: #C3DB45;
}
</style>
border-color css
<style>
span { border-color: #C3DB45; }
span { border-color: rgb(195,219,69); }
td.TdClassName
{
border-color: #C3DB45;
}
.TagClassName
{
border-color: #C3DB45;
}
</style>