Shades of Las Palmas #CCDF44
Tints of Las Palmas #CCDF44
RGB
CMYK
RGB Variations
Color information
#CCDF44 (or 0xCCDF44) is known color: Las Palmas. HEX triplet: CC, DF and 44. RGB value is (204,223,68). Sum of RGB (Red+Green+Blue) = 204+223+68=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF44 is #3320BB. Grayscale: #C8C8C8. Windows color (decimal): -3350716 or 4513740. OLE color: 4513740.
HSL color Cylindrical-coordinate representation of color #CCDF44: hue angle of 67.35º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCDF44 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 68 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.13 |
| HSL | 67.35º | 0.71% | 0.57% | - |
| HSV(B) | 67.35º | 0.7% | 0.87% | - |
| XYZ | 52.33 | 66.03 | 15.46 | - |
| YUV | 199.65 | 53.71 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 68 | 0.09 | 0 | 0.70 | 0.13 | 67.35 | 0.71 | 0.57 |
| Hex | CC | DF | 44 | 9 | 0 | 46 | D | 43 | 47 | 39 |
| Octal | 314 | 337 | 104 | 11 | 0 | 106 | 15 | 103 | 107 | 71 |
| Binary | 11001100 | 11011111 | 1000100 | 1001 | 0 | 1000110 | 1101 | 1000011 | 1000111 | 111001 |
Color Harmonies of #CCDF44
Complementary color
Monochromatic Colors of #CCDF44
Black with #CCDF44
Text Example
Text Example
White with #CCDF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF44; }
p { color: rgb(204,223,68); }
H1.HeaderClassName
{
color: #CCDF44;
}
.AnyTagClassName
{
color: #CCDF44;
}
</style>
background-color css
<style>
a { background-color: #CCDF44; }
a { background-color: rgb(204,223,68); }
div.DivClassName
{
background-color: #CCDF44;
}
.BgClassName
{
background-color: #CCDF44;
}
</style>
border-color css
<style>
span { border-color: #CCDF44; }
span { border-color: rgb(204,223,68); }
td.TdClassName
{
border-color: #CCDF44;
}
.TagClassName
{
border-color: #CCDF44;
}
</style>