Shades of Las Palmas #CBDE43
Tints of Las Palmas #CBDE43
RGB
CMYK
RGB Variations
Color information
#CBDE43 (or 0xCBDE43) is known color: Las Palmas. HEX triplet: CB, DE and 43. RGB value is (203,222,67). Sum of RGB (Red+Green+Blue) = 203+222+67=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 67 (26.56% from 255 or 13.62% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDE43 is #3421BC. Grayscale: #C7C7C7. Windows color (decimal): -3416509 or 4447947. OLE color: 4447947.
HSL color Cylindrical-coordinate representation of color #CBDE43: hue angle of 67.35º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBDE43 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 67 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.13 |
| HSL | 67.35º | 0.7% | 0.57% | - |
| HSV(B) | 67.35º | 0.7% | 0.87% | - |
| XYZ | 51.76 | 65.34 | 15.19 | - |
| YUV | 198.65 | 53.71 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 67 | 0.09 | 0 | 0.70 | 0.13 | 67.35 | 0.7 | 0.57 |
| Hex | CB | DE | 43 | 9 | 0 | 46 | D | 43 | 46 | 39 |
| Octal | 313 | 336 | 103 | 11 | 0 | 106 | 15 | 103 | 106 | 71 |
| Binary | 11001011 | 11011110 | 1000011 | 1001 | 0 | 1000110 | 1101 | 1000011 | 1000110 | 111001 |
Color Harmonies of #CBDE43
Complementary color
Monochromatic Colors of #CBDE43
Black with #CBDE43
Text Example
Text Example
White with #CBDE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDE43; }
p { color: rgb(203,222,67); }
H1.HeaderClassName
{
color: #CBDE43;
}
.AnyTagClassName
{
color: #CBDE43;
}
</style>
background-color css
<style>
a { background-color: #CBDE43; }
a { background-color: rgb(203,222,67); }
div.DivClassName
{
background-color: #CBDE43;
}
.BgClassName
{
background-color: #CBDE43;
}
</style>
border-color css
<style>
span { border-color: #CBDE43; }
span { border-color: rgb(203,222,67); }
td.TdClassName
{
border-color: #CBDE43;
}
.TagClassName
{
border-color: #CBDE43;
}
</style>