Shades of Las Palmas #CCDD3E
Tints of Las Palmas #CCDD3E
RGB
CMYK
RGB Variations
Color information
#CCDD3E (or 0xCCDD3E) is known color: Las Palmas. HEX triplet: CC, DD and 3E. RGB value is (204,221,62). Sum of RGB (Red+Green+Blue) = 204+221+62=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD3E is #3322C1. Grayscale: #C6C6C6. Windows color (decimal): -3351234 or 4120012. OLE color: 4120012.
HSL color Cylindrical-coordinate representation of color #CCDD3E: hue angle of 66.42º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCDD3E is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 62 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.13 |
| HSL | 66.42º | 0.7% | 0.55% | - |
| HSV(B) | 66.42º | 0.72% | 0.87% | - |
| XYZ | 51.63 | 64.9 | 14.36 | - |
| YUV | 197.79 | 51.37 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 62 | 0.08 | 0 | 0.72 | 0.13 | 66.42 | 0.7 | 0.55 |
| Hex | CC | DD | 3E | 8 | 0 | 48 | D | 42 | 46 | 37 |
| Octal | 314 | 335 | 76 | 10 | 0 | 110 | 15 | 102 | 106 | 67 |
| Binary | 11001100 | 11011101 | 111110 | 1000 | 0 | 1001000 | 1101 | 1000010 | 1000110 | 110111 |
Color Harmonies of #CCDD3E
Complementary color
Monochromatic Colors of #CCDD3E
Black with #CCDD3E
Text Example
Text Example
White with #CCDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD3E; }
p { color: rgb(204,221,62); }
H1.HeaderClassName
{
color: #CCDD3E;
}
.AnyTagClassName
{
color: #CCDD3E;
}
</style>
background-color css
<style>
a { background-color: #CCDD3E; }
a { background-color: rgb(204,221,62); }
div.DivClassName
{
background-color: #CCDD3E;
}
.BgClassName
{
background-color: #CCDD3E;
}
</style>
border-color css
<style>
span { border-color: #CCDD3E; }
span { border-color: rgb(204,221,62); }
td.TdClassName
{
border-color: #CCDD3E;
}
.TagClassName
{
border-color: #CCDD3E;
}
</style>