Shades of Las Palmas #CEDC3C
Tints of Las Palmas #CEDC3C
RGB
CMYK
RGB Variations
Color information
#CEDC3C (or 0xCEDC3C) is known color: Las Palmas. HEX triplet: CE, DC and 3C. RGB value is (206,220,60). Sum of RGB (Red+Green+Blue) = 206+220+60=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC3C is #3123C3. Grayscale: #C6C6C6. Windows color (decimal): -3220420 or 3988686. OLE color: 3988686.
HSL color Cylindrical-coordinate representation of color #CEDC3C: hue angle of 65.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEDC3C is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 60 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.14 |
| HSL | 65.25º | 0.7% | 0.55% | - |
| HSV(B) | 65.25º | 0.73% | 0.86% | - |
| XYZ | 51.86 | 64.63 | 14.02 | - |
| YUV | 197.57 | 50.36 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 60 | 0.06 | 0 | 0.73 | 0.14 | 65.25 | 0.7 | 0.55 |
| Hex | CE | DC | 3C | 6 | 0 | 49 | E | 41 | 46 | 37 |
| Octal | 316 | 334 | 74 | 6 | 0 | 111 | 16 | 101 | 106 | 67 |
| Binary | 11001110 | 11011100 | 111100 | 110 | 0 | 1001001 | 1110 | 1000001 | 1000110 | 110111 |
Color Harmonies of #CEDC3C
Complementary color
Monochromatic Colors of #CEDC3C
Black with #CEDC3C
Text Example
Text Example
White with #CEDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC3C; }
p { color: rgb(206,220,60); }
H1.HeaderClassName
{
color: #CEDC3C;
}
.AnyTagClassName
{
color: #CEDC3C;
}
</style>
background-color css
<style>
a { background-color: #CEDC3C; }
a { background-color: rgb(206,220,60); }
div.DivClassName
{
background-color: #CEDC3C;
}
.BgClassName
{
background-color: #CEDC3C;
}
</style>
border-color css
<style>
span { border-color: #CEDC3C; }
span { border-color: rgb(206,220,60); }
td.TdClassName
{
border-color: #CEDC3C;
}
.TagClassName
{
border-color: #CEDC3C;
}
</style>