Shades of Las Palmas #C2DB45
Tints of Las Palmas #C2DB45
RGB
CMYK
RGB Variations
Color information
#C2DB45 (or 0xC2DB45) is known color: Las Palmas. HEX triplet: C2, DB and 45. RGB value is (194,219,69). Sum of RGB (Red+Green+Blue) = 194+219+69=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DB45 is #3D24BA. Grayscale: #C2C2C2. Windows color (decimal): -4007099 or 4578242. OLE color: 4578242.
HSL color Cylindrical-coordinate representation of color #C2DB45: hue angle of 70º 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 #C2DB45 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 69 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.14 |
| HSL | 70º | 0.68% | 0.56% | - |
| HSV(B) | 70º | 0.68% | 0.86% | - |
| XYZ | 48.65 | 62.56 | 15.14 | - |
| YUV | 194.43 | 57.22 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 69 | 0.11 | 0 | 0.68 | 0.14 | 70 | 0.68 | 0.56 |
| Hex | C2 | DB | 45 | B | 0 | 44 | E | 46 | 44 | 38 |
| Octal | 302 | 333 | 105 | 13 | 0 | 104 | 16 | 106 | 104 | 70 |
| Binary | 11000010 | 11011011 | 1000101 | 1011 | 0 | 1000100 | 1110 | 1000110 | 1000100 | 111000 |
Color Harmonies of #C2DB45
Complementary color
Monochromatic Colors of #C2DB45
Black with #C2DB45
Text Example
Text Example
White with #C2DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB45; }
p { color: rgb(194,219,69); }
H1.HeaderClassName
{
color: #C2DB45;
}
.AnyTagClassName
{
color: #C2DB45;
}
</style>
background-color css
<style>
a { background-color: #C2DB45; }
a { background-color: rgb(194,219,69); }
div.DivClassName
{
background-color: #C2DB45;
}
.BgClassName
{
background-color: #C2DB45;
}
</style>
border-color css
<style>
span { border-color: #C2DB45; }
span { border-color: rgb(194,219,69); }
td.TdClassName
{
border-color: #C2DB45;
}
.TagClassName
{
border-color: #C2DB45;
}
</style>