Shades of Las Palmas #CBD243
Tints of Las Palmas #CBD243
RGB
CMYK
RGB Variations
Color information
#CBD243 (or 0xCBD243) is known color: Las Palmas. HEX triplet: CB, D2 and 43. RGB value is (203,210,67). Sum of RGB (Red+Green+Blue) = 203+210+67=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 67 (26.56% from 255 or 13.96% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD243 is #342DBC. Grayscale: #C0C0C0. Windows color (decimal): -3419581 or 4444875. OLE color: 4444875.
HSL color Cylindrical-coordinate representation of color #CBD243: hue angle of 62.94º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBD243 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 67 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.18 |
| HSL | 62.94º | 0.61% | 0.54% | - |
| HSV(B) | 62.94º | 0.68% | 0.82% | - |
| XYZ | 48.69 | 59.19 | 14.17 | - |
| YUV | 191.61 | 57.68 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 67 | 0.03 | 0 | 0.68 | 0.18 | 62.94 | 0.61 | 0.54 |
| Hex | CB | D2 | 43 | 3 | 0 | 44 | 12 | 3F | 3D | 36 |
| Octal | 313 | 322 | 103 | 3 | 0 | 104 | 22 | 77 | 75 | 66 |
| Binary | 11001011 | 11010010 | 1000011 | 11 | 0 | 1000100 | 10010 | 111111 | 111101 | 110110 |
Color Harmonies of #CBD243
Complementary color
Monochromatic Colors of #CBD243
Black with #CBD243
Text Example
Text Example
White with #CBD243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD243; }
p { color: rgb(203,210,67); }
H1.HeaderClassName
{
color: #CBD243;
}
.AnyTagClassName
{
color: #CBD243;
}
</style>
background-color css
<style>
a { background-color: #CBD243; }
a { background-color: rgb(203,210,67); }
div.DivClassName
{
background-color: #CBD243;
}
.BgClassName
{
background-color: #CBD243;
}
</style>
border-color css
<style>
span { border-color: #CBD243; }
span { border-color: rgb(203,210,67); }
td.TdClassName
{
border-color: #CBD243;
}
.TagClassName
{
border-color: #CBD243;
}
</style>