Shades of Las Palmas #CBDD4B
Tints of Las Palmas #CBDD4B
RGB
CMYK
RGB Variations
Color information
#CBDD4B (or 0xCBDD4B) is known color: Las Palmas. HEX triplet: CB, DD and 4B. RGB value is (203,221,75). Sum of RGB (Red+Green+Blue) = 203+221+75=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDD4B is #3422B4. Grayscale: #C7C7C7. Windows color (decimal): -3416757 or 4971979. OLE color: 4971979.
HSL color Cylindrical-coordinate representation of color #CBDD4B: hue angle of 67.4º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBDD4B is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 75 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.13 |
| HSL | 67.4º | 0.68% | 0.58% | - |
| HSV(B) | 67.4º | 0.66% | 0.87% | - |
| XYZ | 51.76 | 64.92 | 16.46 | - |
| YUV | 198.97 | 58.04 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 75 | 0.08 | 0 | 0.66 | 0.13 | 67.4 | 0.68 | 0.58 |
| Hex | CB | DD | 4B | 8 | 0 | 42 | D | 43 | 44 | 3A |
| Octal | 313 | 335 | 113 | 10 | 0 | 102 | 15 | 103 | 104 | 72 |
| Binary | 11001011 | 11011101 | 1001011 | 1000 | 0 | 1000010 | 1101 | 1000011 | 1000100 | 111010 |
Color Harmonies of #CBDD4B
Complementary color
Monochromatic Colors of #CBDD4B
Black with #CBDD4B
Text Example
Text Example
White with #CBDD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD4B; }
p { color: rgb(203,221,75); }
H1.HeaderClassName
{
color: #CBDD4B;
}
.AnyTagClassName
{
color: #CBDD4B;
}
</style>
background-color css
<style>
a { background-color: #CBDD4B; }
a { background-color: rgb(203,221,75); }
div.DivClassName
{
background-color: #CBDD4B;
}
.BgClassName
{
background-color: #CBDD4B;
}
</style>
border-color css
<style>
span { border-color: #CBDD4B; }
span { border-color: rgb(203,221,75); }
td.TdClassName
{
border-color: #CBDD4B;
}
.TagClassName
{
border-color: #CBDD4B;
}
</style>