Shades of Las Palmas #CCDD3D
Tints of Las Palmas #CCDD3D
RGB
CMYK
RGB Variations
Color information
#CCDD3D (or 0xCCDD3D) is known color: Las Palmas. HEX triplet: CC, DD and 3D. RGB value is (204,221,61). Sum of RGB (Red+Green+Blue) = 204+221+61=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD3D is #3322C2. Grayscale: #C6C6C6. Windows color (decimal): -3351235 or 4054476. OLE color: 4054476.
HSL color Cylindrical-coordinate representation of color #CCDD3D: hue angle of 66.38º 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 #CCDD3D is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 61 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.13 |
| HSL | 66.38º | 0.7% | 0.55% | - |
| HSV(B) | 66.38º | 0.72% | 0.87% | - |
| XYZ | 51.6 | 64.89 | 14.22 | - |
| YUV | 197.68 | 50.87 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 61 | 0.08 | 0 | 0.72 | 0.13 | 66.38 | 0.7 | 0.55 |
| Hex | CC | DD | 3D | 8 | 0 | 48 | D | 42 | 46 | 37 |
| Octal | 314 | 335 | 75 | 10 | 0 | 110 | 15 | 102 | 106 | 67 |
| Binary | 11001100 | 11011101 | 111101 | 1000 | 0 | 1001000 | 1101 | 1000010 | 1000110 | 110111 |
Color Harmonies of #CCDD3D
Complementary color
Monochromatic Colors of #CCDD3D
Black with #CCDD3D
Text Example
Text Example
White with #CCDD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD3D; }
p { color: rgb(204,221,61); }
H1.HeaderClassName
{
color: #CCDD3D;
}
.AnyTagClassName
{
color: #CCDD3D;
}
</style>
background-color css
<style>
a { background-color: #CCDD3D; }
a { background-color: rgb(204,221,61); }
div.DivClassName
{
background-color: #CCDD3D;
}
.BgClassName
{
background-color: #CCDD3D;
}
</style>
border-color css
<style>
span { border-color: #CCDD3D; }
span { border-color: rgb(204,221,61); }
td.TdClassName
{
border-color: #CCDD3D;
}
.TagClassName
{
border-color: #CCDD3D;
}
</style>