Shades of Las Palmas #CCDA45
Tints of Las Palmas #CCDA45
RGB
CMYK
RGB Variations
Color information
#CCDA45 (or 0xCCDA45) is known color: Las Palmas. HEX triplet: CC, DA and 45. RGB value is (204,218,69). Sum of RGB (Red+Green+Blue) = 204+218+69=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA45 is #3325BA. Grayscale: #C5C5C5. Windows color (decimal): -3351995 or 4577996. OLE color: 4577996.
HSL color Cylindrical-coordinate representation of color #CCDA45: hue angle of 65.64º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCDA45 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 69 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.15 |
| HSL | 65.64º | 0.67% | 0.56% | - |
| HSV(B) | 65.64º | 0.68% | 0.85% | - |
| XYZ | 51.05 | 63.41 | 15.18 | - |
| YUV | 196.83 | 55.86 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 69 | 0.06 | 0 | 0.68 | 0.15 | 65.64 | 0.67 | 0.56 |
| Hex | CC | DA | 45 | 6 | 0 | 44 | F | 42 | 43 | 38 |
| Octal | 314 | 332 | 105 | 6 | 0 | 104 | 17 | 102 | 103 | 70 |
| Binary | 11001100 | 11011010 | 1000101 | 110 | 0 | 1000100 | 1111 | 1000010 | 1000011 | 111000 |
Color Harmonies of #CCDA45
Complementary color
Monochromatic Colors of #CCDA45
Black with #CCDA45
Text Example
Text Example
White with #CCDA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA45; }
p { color: rgb(204,218,69); }
H1.HeaderClassName
{
color: #CCDA45;
}
.AnyTagClassName
{
color: #CCDA45;
}
</style>
background-color css
<style>
a { background-color: #CCDA45; }
a { background-color: rgb(204,218,69); }
div.DivClassName
{
background-color: #CCDA45;
}
.BgClassName
{
background-color: #CCDA45;
}
</style>
border-color css
<style>
span { border-color: #CCDA45; }
span { border-color: rgb(204,218,69); }
td.TdClassName
{
border-color: #CCDA45;
}
.TagClassName
{
border-color: #CCDA45;
}
</style>