Shades of Las Palmas #CCDD36
Tints of Las Palmas #CCDD36
RGB
CMYK
RGB Variations
Color information
#CCDD36 (or 0xCCDD36) is known color: Las Palmas. HEX triplet: CC, DD and 36. RGB value is (204,221,54). Sum of RGB (Red+Green+Blue) = 204+221+54=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 54 (21.48% from 255 or 11.27% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD36 is #3322C9. Grayscale: #C5C5C5. Windows color (decimal): -3351242 or 3595724. OLE color: 3595724.
HSL color Cylindrical-coordinate representation of color #CCDD36: hue angle of 66.11º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCDD36 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 54 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.13 |
| HSL | 66.11º | 0.71% | 0.54% | - |
| HSV(B) | 66.11º | 0.76% | 0.87% | - |
| XYZ | 51.42 | 64.82 | 13.29 | - |
| YUV | 196.88 | 47.37 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 54 | 0.08 | 0 | 0.76 | 0.13 | 66.11 | 0.71 | 0.54 |
| Hex | CC | DD | 36 | 8 | 0 | 4C | D | 42 | 47 | 36 |
| Octal | 314 | 335 | 66 | 10 | 0 | 114 | 15 | 102 | 107 | 66 |
| Binary | 11001100 | 11011101 | 110110 | 1000 | 0 | 1001100 | 1101 | 1000010 | 1000111 | 110110 |
Color Harmonies of #CCDD36
Complementary color
Monochromatic Colors of #CCDD36
Black with #CCDD36
Text Example
Text Example
White with #CCDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD36; }
p { color: rgb(204,221,54); }
H1.HeaderClassName
{
color: #CCDD36;
}
.AnyTagClassName
{
color: #CCDD36;
}
</style>
background-color css
<style>
a { background-color: #CCDD36; }
a { background-color: rgb(204,221,54); }
div.DivClassName
{
background-color: #CCDD36;
}
.BgClassName
{
background-color: #CCDD36;
}
</style>
border-color css
<style>
span { border-color: #CCDD36; }
span { border-color: rgb(204,221,54); }
td.TdClassName
{
border-color: #CCDD36;
}
.TagClassName
{
border-color: #CCDD36;
}
</style>