Shades of Las Palmas #CBDC46
Tints of Las Palmas #CBDC46
RGB
CMYK
RGB Variations
Color information
#CBDC46 (or 0xCBDC46) is known color: Las Palmas. HEX triplet: CB, DC and 46. RGB value is (203,220,70). Sum of RGB (Red+Green+Blue) = 203+220+70=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDC46 is #3423B9. Grayscale: #C6C6C6. Windows color (decimal): -3417018 or 4644043. OLE color: 4644043.
HSL color Cylindrical-coordinate representation of color #CBDC46: hue angle of 66.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBDC46 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 70 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.14 |
| HSL | 66.8º | 0.68% | 0.57% | - |
| HSV(B) | 66.8º | 0.68% | 0.86% | - |
| XYZ | 51.33 | 64.33 | 15.51 | - |
| YUV | 197.82 | 55.87 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 70 | 0.08 | 0 | 0.68 | 0.14 | 66.8 | 0.68 | 0.57 |
| Hex | CB | DC | 46 | 8 | 0 | 44 | E | 43 | 44 | 39 |
| Octal | 313 | 334 | 106 | 10 | 0 | 104 | 16 | 103 | 104 | 71 |
| Binary | 11001011 | 11011100 | 1000110 | 1000 | 0 | 1000100 | 1110 | 1000011 | 1000100 | 111001 |
Color Harmonies of #CBDC46
Complementary color
Monochromatic Colors of #CBDC46
Black with #CBDC46
Text Example
Text Example
White with #CBDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC46; }
p { color: rgb(203,220,70); }
H1.HeaderClassName
{
color: #CBDC46;
}
.AnyTagClassName
{
color: #CBDC46;
}
</style>
background-color css
<style>
a { background-color: #CBDC46; }
a { background-color: rgb(203,220,70); }
div.DivClassName
{
background-color: #CBDC46;
}
.BgClassName
{
background-color: #CBDC46;
}
</style>
border-color css
<style>
span { border-color: #CBDC46; }
span { border-color: rgb(203,220,70); }
td.TdClassName
{
border-color: #CBDC46;
}
.TagClassName
{
border-color: #CBDC46;
}
</style>