Shades of Las Palmas #CCDF45
Tints of Las Palmas #CCDF45
RGB
CMYK
RGB Variations
Color information
#CCDF45 (or 0xCCDF45) is known color: Las Palmas. HEX triplet: CC, DF and 45. RGB value is (204,223,69). Sum of RGB (Red+Green+Blue) = 204+223+69=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF45 is #3320BA. Grayscale: #C8C8C8. Windows color (decimal): -3350715 or 4579276. OLE color: 4579276.
HSL color Cylindrical-coordinate representation of color #CCDF45: hue angle of 67.4º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCDF45 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 69 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.13 |
| HSL | 67.4º | 0.71% | 0.57% | - |
| HSV(B) | 67.4º | 0.69% | 0.87% | - |
| XYZ | 52.36 | 66.04 | 15.62 | - |
| YUV | 199.76 | 54.21 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 69 | 0.09 | 0 | 0.69 | 0.13 | 67.4 | 0.71 | 0.57 |
| Hex | CC | DF | 45 | 9 | 0 | 45 | D | 43 | 47 | 39 |
| Octal | 314 | 337 | 105 | 11 | 0 | 105 | 15 | 103 | 107 | 71 |
| Binary | 11001100 | 11011111 | 1000101 | 1001 | 0 | 1000101 | 1101 | 1000011 | 1000111 | 111001 |
Color Harmonies of #CCDF45
Complementary color
Monochromatic Colors of #CCDF45
Black with #CCDF45
Text Example
Text Example
White with #CCDF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF45; }
p { color: rgb(204,223,69); }
H1.HeaderClassName
{
color: #CCDF45;
}
.AnyTagClassName
{
color: #CCDF45;
}
</style>
background-color css
<style>
a { background-color: #CCDF45; }
a { background-color: rgb(204,223,69); }
div.DivClassName
{
background-color: #CCDF45;
}
.BgClassName
{
background-color: #CCDF45;
}
</style>
border-color css
<style>
span { border-color: #CCDF45; }
span { border-color: rgb(204,223,69); }
td.TdClassName
{
border-color: #CCDF45;
}
.TagClassName
{
border-color: #CCDF45;
}
</style>