Shades of Las Palmas #CBD54A
Tints of Las Palmas #CBD54A
RGB
CMYK
RGB Variations
Color information
#CBD54A (or 0xCBD54A) is known color: Las Palmas. HEX triplet: CB, D5 and 4A. RGB value is (203,213,74). Sum of RGB (Red+Green+Blue) = 203+213+74=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD54A is #342AB5. Grayscale: #C2C2C2. Windows color (decimal): -3418806 or 4904395. OLE color: 4904395.
HSL color Cylindrical-coordinate representation of color #CBD54A: hue angle of 64.32º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBD54A is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 74 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.16 |
| HSL | 64.32º | 0.62% | 0.56% | - |
| HSV(B) | 64.32º | 0.65% | 0.84% | - |
| XYZ | 49.66 | 60.78 | 15.59 | - |
| YUV | 194.16 | 60.19 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 74 | 0.05 | 0 | 0.65 | 0.16 | 64.32 | 0.62 | 0.56 |
| Hex | CB | D5 | 4A | 5 | 0 | 41 | 10 | 40 | 3E | 38 |
| Octal | 313 | 325 | 112 | 5 | 0 | 101 | 20 | 100 | 76 | 70 |
| Binary | 11001011 | 11010101 | 1001010 | 101 | 0 | 1000001 | 10000 | 1000000 | 111110 | 111000 |
Color Harmonies of #CBD54A
Complementary color
Monochromatic Colors of #CBD54A
Black with #CBD54A
Text Example
Text Example
White with #CBD54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD54A; }
p { color: rgb(203,213,74); }
H1.HeaderClassName
{
color: #CBD54A;
}
.AnyTagClassName
{
color: #CBD54A;
}
</style>
background-color css
<style>
a { background-color: #CBD54A; }
a { background-color: rgb(203,213,74); }
div.DivClassName
{
background-color: #CBD54A;
}
.BgClassName
{
background-color: #CBD54A;
}
</style>
border-color css
<style>
span { border-color: #CBD54A; }
span { border-color: rgb(203,213,74); }
td.TdClassName
{
border-color: #CBD54A;
}
.TagClassName
{
border-color: #CBD54A;
}
</style>