Shades of Las Palmas #CCDD50
Tints of Las Palmas #CCDD50
RGB
CMYK
RGB Variations
Color information
#CCDD50 (or 0xCCDD50) is known color: Las Palmas. HEX triplet: CC, DD and 50. RGB value is (204,221,80). Sum of RGB (Red+Green+Blue) = 204+221+80=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD50 is #3322AF. Grayscale: #C8C8C8. Windows color (decimal): -3351216 or 5299660. OLE color: 5299660.
HSL color Cylindrical-coordinate representation of color #CCDD50: hue angle of 67.23º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCDD50 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 80 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.13 |
| HSL | 67.23º | 0.67% | 0.59% | - |
| HSV(B) | 67.23º | 0.64% | 0.87% | - |
| XYZ | 52.21 | 65.13 | 17.41 | - |
| YUV | 199.84 | 60.37 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 80 | 0.08 | 0 | 0.64 | 0.13 | 67.23 | 0.67 | 0.59 |
| Hex | CC | DD | 50 | 8 | 0 | 40 | D | 43 | 43 | 3B |
| Octal | 314 | 335 | 120 | 10 | 0 | 100 | 15 | 103 | 103 | 73 |
| Binary | 11001100 | 11011101 | 1010000 | 1000 | 0 | 1000000 | 1101 | 1000011 | 1000011 | 111011 |
Color Harmonies of #CCDD50
Complementary color
Monochromatic Colors of #CCDD50
Black with #CCDD50
Text Example
Text Example
White with #CCDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD50; }
p { color: rgb(204,221,80); }
H1.HeaderClassName
{
color: #CCDD50;
}
.AnyTagClassName
{
color: #CCDD50;
}
</style>
background-color css
<style>
a { background-color: #CCDD50; }
a { background-color: rgb(204,221,80); }
div.DivClassName
{
background-color: #CCDD50;
}
.BgClassName
{
background-color: #CCDD50;
}
</style>
border-color css
<style>
span { border-color: #CCDD50; }
span { border-color: rgb(204,221,80); }
td.TdClassName
{
border-color: #CCDD50;
}
.TagClassName
{
border-color: #CCDD50;
}
</style>