Shades of Las Palmas #CDDF47
Tints of Las Palmas #CDDF47
RGB
CMYK
RGB Variations
Color information
#CDDF47 (or 0xCDDF47) is known color: Las Palmas. HEX triplet: CD, DF and 47. RGB value is (205,223,71). Sum of RGB (Red+Green+Blue) = 205+223+71=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 71 (28.12% from 255 or 14.23% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDF47 is #3220B8. Grayscale: #C8C8C8. Windows color (decimal): -3285177 or 4710349. OLE color: 4710349.
HSL color Cylindrical-coordinate representation of color #CDDF47: hue angle of 67.11º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDDF47 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 71 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.13 |
| HSL | 67.11º | 0.7% | 0.58% | - |
| HSV(B) | 67.11º | 0.68% | 0.87% | - |
| XYZ | 52.7 | 66.21 | 15.96 | - |
| YUV | 200.29 | 55.04 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 71 | 0.08 | 0 | 0.68 | 0.13 | 67.11 | 0.7 | 0.58 |
| Hex | CD | DF | 47 | 8 | 0 | 44 | D | 43 | 46 | 3A |
| Octal | 315 | 337 | 107 | 10 | 0 | 104 | 15 | 103 | 106 | 72 |
| Binary | 11001101 | 11011111 | 1000111 | 1000 | 0 | 1000100 | 1101 | 1000011 | 1000110 | 111010 |
Color Harmonies of #CDDF47
Complementary color
Monochromatic Colors of #CDDF47
Black with #CDDF47
Text Example
Text Example
White with #CDDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF47; }
p { color: rgb(205,223,71); }
H1.HeaderClassName
{
color: #CDDF47;
}
.AnyTagClassName
{
color: #CDDF47;
}
</style>
background-color css
<style>
a { background-color: #CDDF47; }
a { background-color: rgb(205,223,71); }
div.DivClassName
{
background-color: #CDDF47;
}
.BgClassName
{
background-color: #CDDF47;
}
</style>
border-color css
<style>
span { border-color: #CDDF47; }
span { border-color: rgb(205,223,71); }
td.TdClassName
{
border-color: #CDDF47;
}
.TagClassName
{
border-color: #CDDF47;
}
</style>