Shades of Las Palmas #CCDB45
Tints of Las Palmas #CCDB45
RGB
CMYK
RGB Variations
Color information
#CCDB45 (or 0xCCDB45) is known color: Las Palmas. HEX triplet: CC, DB and 45. RGB value is (204,219,69). Sum of RGB (Red+Green+Blue) = 204+219+69=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB45 is #3324BA. Grayscale: #C5C5C5. Windows color (decimal): -3351739 or 4578252. OLE color: 4578252.
HSL color Cylindrical-coordinate representation of color #CCDB45: hue angle of 66º 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 #CCDB45 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 69 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.14 |
| HSL | 66º | 0.68% | 0.56% | - |
| HSV(B) | 66º | 0.68% | 0.86% | - |
| XYZ | 51.31 | 63.93 | 15.27 | - |
| YUV | 197.42 | 55.53 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 69 | 0.07 | 0 | 0.68 | 0.14 | 66 | 0.68 | 0.56 |
| Hex | CC | DB | 45 | 7 | 0 | 44 | E | 42 | 44 | 38 |
| Octal | 314 | 333 | 105 | 7 | 0 | 104 | 16 | 102 | 104 | 70 |
| Binary | 11001100 | 11011011 | 1000101 | 111 | 0 | 1000100 | 1110 | 1000010 | 1000100 | 111000 |
Color Harmonies of #CCDB45
Complementary color
Monochromatic Colors of #CCDB45
Black with #CCDB45
Text Example
Text Example
White with #CCDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB45; }
p { color: rgb(204,219,69); }
H1.HeaderClassName
{
color: #CCDB45;
}
.AnyTagClassName
{
color: #CCDB45;
}
</style>
background-color css
<style>
a { background-color: #CCDB45; }
a { background-color: rgb(204,219,69); }
div.DivClassName
{
background-color: #CCDB45;
}
.BgClassName
{
background-color: #CCDB45;
}
</style>
border-color css
<style>
span { border-color: #CCDB45; }
span { border-color: rgb(204,219,69); }
td.TdClassName
{
border-color: #CCDB45;
}
.TagClassName
{
border-color: #CCDB45;
}
</style>