Shades of Las Palmas #CEDD41
Tints of Las Palmas #CEDD41
RGB
CMYK
RGB Variations
Color information
#CEDD41 (or 0xCEDD41) is known color: Las Palmas. HEX triplet: CE, DD and 41. RGB value is (206,221,65). Sum of RGB (Red+Green+Blue) = 206+221+65=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD41 is #3122BE. Grayscale: #C7C7C7. Windows color (decimal): -3220159 or 4316622. OLE color: 4316622.
HSL color Cylindrical-coordinate representation of color #CEDD41: hue angle of 65.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEDD41 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 65 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.13 |
| HSL | 65.77º | 0.7% | 0.56% | - |
| HSV(B) | 65.77º | 0.71% | 0.87% | - |
| XYZ | 52.26 | 65.22 | 14.83 | - |
| YUV | 198.73 | 52.53 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 65 | 0.07 | 0 | 0.71 | 0.13 | 65.77 | 0.7 | 0.56 |
| Hex | CE | DD | 41 | 7 | 0 | 47 | D | 42 | 46 | 38 |
| Octal | 316 | 335 | 101 | 7 | 0 | 107 | 15 | 102 | 106 | 70 |
| Binary | 11001110 | 11011101 | 1000001 | 111 | 0 | 1000111 | 1101 | 1000010 | 1000110 | 111000 |
Color Harmonies of #CEDD41
Complementary color
Monochromatic Colors of #CEDD41
Black with #CEDD41
Text Example
Text Example
White with #CEDD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD41; }
p { color: rgb(206,221,65); }
H1.HeaderClassName
{
color: #CEDD41;
}
.AnyTagClassName
{
color: #CEDD41;
}
</style>
background-color css
<style>
a { background-color: #CEDD41; }
a { background-color: rgb(206,221,65); }
div.DivClassName
{
background-color: #CEDD41;
}
.BgClassName
{
background-color: #CEDD41;
}
</style>
border-color css
<style>
span { border-color: #CEDD41; }
span { border-color: rgb(206,221,65); }
td.TdClassName
{
border-color: #CEDD41;
}
.TagClassName
{
border-color: #CEDD41;
}
</style>