Shades of Las Palmas #CDE13C
Tints of Las Palmas #CDE13C
RGB
CMYK
RGB Variations
Color information
#CDE13C (or 0xCDE13C) is known color: Las Palmas. HEX triplet: CD, E1 and 3C. RGB value is (205,225,60). Sum of RGB (Red+Green+Blue) = 205+225+60=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE13C is #321EC3. Grayscale: #C8C8C8. Windows color (decimal): -3284676 or 3989965. OLE color: 3989965.
HSL color Cylindrical-coordinate representation of color #CDE13C: hue angle of 67.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDE13C is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 60 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.12 |
| HSL | 67.27º | 0.73% | 0.56% | - |
| HSV(B) | 67.27º | 0.73% | 0.88% | - |
| XYZ | 52.92 | 67.16 | 14.45 | - |
| YUV | 200.21 | 48.87 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 60 | 0.09 | 0 | 0.73 | 0.12 | 67.27 | 0.73 | 0.56 |
| Hex | CD | E1 | 3C | 9 | 0 | 49 | C | 43 | 49 | 38 |
| Octal | 315 | 341 | 74 | 11 | 0 | 111 | 14 | 103 | 111 | 70 |
| Binary | 11001101 | 11100001 | 111100 | 1001 | 0 | 1001001 | 1100 | 1000011 | 1001001 | 111000 |
Color Harmonies of #CDE13C
Complementary color
Monochromatic Colors of #CDE13C
Black with #CDE13C
Text Example
Text Example
White with #CDE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE13C; }
p { color: rgb(205,225,60); }
H1.HeaderClassName
{
color: #CDE13C;
}
.AnyTagClassName
{
color: #CDE13C;
}
</style>
background-color css
<style>
a { background-color: #CDE13C; }
a { background-color: rgb(205,225,60); }
div.DivClassName
{
background-color: #CDE13C;
}
.BgClassName
{
background-color: #CDE13C;
}
</style>
border-color css
<style>
span { border-color: #CDE13C; }
span { border-color: rgb(205,225,60); }
td.TdClassName
{
border-color: #CDE13C;
}
.TagClassName
{
border-color: #CDE13C;
}
</style>