Shades of Las Palmas #CCDA41
Tints of Las Palmas #CCDA41
RGB
CMYK
RGB Variations
Color information
#CCDA41 (or 0xCCDA41) is known color: Las Palmas. HEX triplet: CC, DA and 41. RGB value is (204,218,65). Sum of RGB (Red+Green+Blue) = 204+218+65=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA41 is #3325BE. Grayscale: #C4C4C4. Windows color (decimal): -3351999 or 4315852. OLE color: 4315852.
HSL color Cylindrical-coordinate representation of color #CCDA41: hue angle of 65.49º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCDA41 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 65 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.15 |
| HSL | 65.49º | 0.67% | 0.55% | - |
| HSV(B) | 65.49º | 0.7% | 0.85% | - |
| XYZ | 50.93 | 63.36 | 14.55 | - |
| YUV | 196.37 | 53.86 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 65 | 0.06 | 0 | 0.70 | 0.15 | 65.49 | 0.67 | 0.55 |
| Hex | CC | DA | 41 | 6 | 0 | 46 | F | 41 | 43 | 37 |
| Octal | 314 | 332 | 101 | 6 | 0 | 106 | 17 | 101 | 103 | 67 |
| Binary | 11001100 | 11011010 | 1000001 | 110 | 0 | 1000110 | 1111 | 1000001 | 1000011 | 110111 |
Color Harmonies of #CCDA41
Complementary color
Monochromatic Colors of #CCDA41
Black with #CCDA41
Text Example
Text Example
White with #CCDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA41; }
p { color: rgb(204,218,65); }
H1.HeaderClassName
{
color: #CCDA41;
}
.AnyTagClassName
{
color: #CCDA41;
}
</style>
background-color css
<style>
a { background-color: #CCDA41; }
a { background-color: rgb(204,218,65); }
div.DivClassName
{
background-color: #CCDA41;
}
.BgClassName
{
background-color: #CCDA41;
}
</style>
border-color css
<style>
span { border-color: #CCDA41; }
span { border-color: rgb(204,218,65); }
td.TdClassName
{
border-color: #CCDA41;
}
.TagClassName
{
border-color: #CCDA41;
}
</style>