Shades of Las Palmas #CBDD44
Tints of Las Palmas #CBDD44
RGB
CMYK
RGB Variations
Color information
#CBDD44 (or 0xCBDD44) is known color: Las Palmas. HEX triplet: CB, DD and 44. RGB value is (203,221,68). Sum of RGB (Red+Green+Blue) = 203+221+68=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 68 (26.95% from 255 or 13.82% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDD44 is #3422BB. Grayscale: #C6C6C6. Windows color (decimal): -3416764 or 4513227. OLE color: 4513227.
HSL color Cylindrical-coordinate representation of color #CBDD44: hue angle of 67.06º 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 #CBDD44 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 68 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.13 |
| HSL | 67.06º | 0.69% | 0.57% | - |
| HSV(B) | 67.06º | 0.69% | 0.87% | - |
| XYZ | 51.53 | 64.83 | 15.27 | - |
| YUV | 198.18 | 54.54 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 68 | 0.08 | 0 | 0.69 | 0.13 | 67.06 | 0.69 | 0.57 |
| Hex | CB | DD | 44 | 8 | 0 | 45 | D | 43 | 45 | 39 |
| Octal | 313 | 335 | 104 | 10 | 0 | 105 | 15 | 103 | 105 | 71 |
| Binary | 11001011 | 11011101 | 1000100 | 1000 | 0 | 1000101 | 1101 | 1000011 | 1000101 | 111001 |
Color Harmonies of #CBDD44
Complementary color
Monochromatic Colors of #CBDD44
Black with #CBDD44
Text Example
Text Example
White with #CBDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD44; }
p { color: rgb(203,221,68); }
H1.HeaderClassName
{
color: #CBDD44;
}
.AnyTagClassName
{
color: #CBDD44;
}
</style>
background-color css
<style>
a { background-color: #CBDD44; }
a { background-color: rgb(203,221,68); }
div.DivClassName
{
background-color: #CBDD44;
}
.BgClassName
{
background-color: #CBDD44;
}
</style>
border-color css
<style>
span { border-color: #CBDD44; }
span { border-color: rgb(203,221,68); }
td.TdClassName
{
border-color: #CBDD44;
}
.TagClassName
{
border-color: #CBDD44;
}
</style>