Shades of Las Palmas #CBDD45
Tints of Las Palmas #CBDD45
RGB
CMYK
RGB Variations
Color information
#CBDD45 (or 0xCBDD45) is known color: Las Palmas. HEX triplet: CB, DD and 45. RGB value is (203,221,69). Sum of RGB (Red+Green+Blue) = 203+221+69=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDD45 is #3422BA. Grayscale: #C6C6C6. Windows color (decimal): -3416763 or 4578763. OLE color: 4578763.
HSL color Cylindrical-coordinate representation of color #CBDD45: hue angle of 67.11º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBDD45 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 69 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.13 |
| HSL | 67.11º | 0.69% | 0.57% | - |
| HSV(B) | 67.11º | 0.69% | 0.87% | - |
| XYZ | 51.56 | 64.84 | 15.43 | - |
| YUV | 198.29 | 55.04 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 69 | 0.08 | 0 | 0.69 | 0.13 | 67.11 | 0.69 | 0.57 |
| Hex | CB | DD | 45 | 8 | 0 | 45 | D | 43 | 45 | 39 |
| Octal | 313 | 335 | 105 | 10 | 0 | 105 | 15 | 103 | 105 | 71 |
| Binary | 11001011 | 11011101 | 1000101 | 1000 | 0 | 1000101 | 1101 | 1000011 | 1000101 | 111001 |
Color Harmonies of #CBDD45
Complementary color
Monochromatic Colors of #CBDD45
Black with #CBDD45
Text Example
Text Example
White with #CBDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD45; }
p { color: rgb(203,221,69); }
H1.HeaderClassName
{
color: #CBDD45;
}
.AnyTagClassName
{
color: #CBDD45;
}
</style>
background-color css
<style>
a { background-color: #CBDD45; }
a { background-color: rgb(203,221,69); }
div.DivClassName
{
background-color: #CBDD45;
}
.BgClassName
{
background-color: #CBDD45;
}
</style>
border-color css
<style>
span { border-color: #CBDD45; }
span { border-color: rgb(203,221,69); }
td.TdClassName
{
border-color: #CBDD45;
}
.TagClassName
{
border-color: #CBDD45;
}
</style>