Shades of Las Palmas #CBD44D
Tints of Las Palmas #CBD44D
RGB
CMYK
RGB Variations
Color information
#CBD44D (or 0xCBD44D) is known color: Las Palmas. HEX triplet: CB, D4 and 4D. RGB value is (203,212,77). Sum of RGB (Red+Green+Blue) = 203+212+77=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD44D is #342BB2. Grayscale: #C2C2C2. Windows color (decimal): -3419059 or 5100747. OLE color: 5100747.
HSL color Cylindrical-coordinate representation of color #CBD44D: hue angle of 64º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBD44D is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 77 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.17 |
| HSL | 64º | 0.61% | 0.57% | - |
| HSV(B) | 64º | 0.64% | 0.83% | - |
| XYZ | 49.51 | 60.32 | 16.05 | - |
| YUV | 193.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 77 | 0.04 | 0 | 0.64 | 0.17 | 64 | 0.61 | 0.57 |
| Hex | CB | D4 | 4D | 4 | 0 | 40 | 11 | 40 | 3D | 39 |
| Octal | 313 | 324 | 115 | 4 | 0 | 100 | 21 | 100 | 75 | 71 |
| Binary | 11001011 | 11010100 | 1001101 | 100 | 0 | 1000000 | 10001 | 1000000 | 111101 | 111001 |
Color Harmonies of #CBD44D
Complementary color
Monochromatic Colors of #CBD44D
Black with #CBD44D
Text Example
Text Example
White with #CBD44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD44D; }
p { color: rgb(203,212,77); }
H1.HeaderClassName
{
color: #CBD44D;
}
.AnyTagClassName
{
color: #CBD44D;
}
</style>
background-color css
<style>
a { background-color: #CBD44D; }
a { background-color: rgb(203,212,77); }
div.DivClassName
{
background-color: #CBD44D;
}
.BgClassName
{
background-color: #CBD44D;
}
</style>
border-color css
<style>
span { border-color: #CBD44D; }
span { border-color: rgb(203,212,77); }
td.TdClassName
{
border-color: #CBD44D;
}
.TagClassName
{
border-color: #CBD44D;
}
</style>