Shades of Las Palmas #CEDA41
Tints of Las Palmas #CEDA41
RGB
CMYK
RGB Variations
Color information
#CEDA41 (or 0xCEDA41) is known color: Las Palmas. HEX triplet: CE, DA and 41. RGB value is (206,218,65). Sum of RGB (Red+Green+Blue) = 206+218+65=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA41 is #3125BE. Grayscale: #C5C5C5. Windows color (decimal): -3220927 or 4315854. OLE color: 4315854.
HSL color Cylindrical-coordinate representation of color #CEDA41: hue angle of 64.71º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEDA41 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 65 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.15 |
| HSL | 64.71º | 0.67% | 0.55% | - |
| HSV(B) | 64.71º | 0.7% | 0.85% | - |
| XYZ | 51.48 | 63.65 | 14.57 | - |
| YUV | 196.97 | 53.52 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 65 | 0.06 | 0 | 0.70 | 0.15 | 64.71 | 0.67 | 0.55 |
| Hex | CE | DA | 41 | 6 | 0 | 46 | F | 41 | 43 | 37 |
| Octal | 316 | 332 | 101 | 6 | 0 | 106 | 17 | 101 | 103 | 67 |
| Binary | 11001110 | 11011010 | 1000001 | 110 | 0 | 1000110 | 1111 | 1000001 | 1000011 | 110111 |
Color Harmonies of #CEDA41
Complementary color
Monochromatic Colors of #CEDA41
Black with #CEDA41
Text Example
Text Example
White with #CEDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA41; }
p { color: rgb(206,218,65); }
H1.HeaderClassName
{
color: #CEDA41;
}
.AnyTagClassName
{
color: #CEDA41;
}
</style>
background-color css
<style>
a { background-color: #CEDA41; }
a { background-color: rgb(206,218,65); }
div.DivClassName
{
background-color: #CEDA41;
}
.BgClassName
{
background-color: #CEDA41;
}
</style>
border-color css
<style>
span { border-color: #CEDA41; }
span { border-color: rgb(206,218,65); }
td.TdClassName
{
border-color: #CEDA41;
}
.TagClassName
{
border-color: #CEDA41;
}
</style>