Shades of Las Palmas #CBDA4A
Tints of Las Palmas #CBDA4A
RGB
CMYK
RGB Variations
Color information
#CBDA4A (or 0xCBDA4A) is known color: Las Palmas. HEX triplet: CB, DA and 4A. RGB value is (203,218,74). Sum of RGB (Red+Green+Blue) = 203+218+74=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDA4A is #3425B5. Grayscale: #C5C5C5. Windows color (decimal): -3417526 or 4905675. OLE color: 4905675.
HSL color Cylindrical-coordinate representation of color #CBDA4A: hue angle of 66.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBDA4A is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 74 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.15 |
| HSL | 66.25º | 0.66% | 0.57% | - |
| HSV(B) | 66.25º | 0.66% | 0.85% | - |
| XYZ | 50.94 | 63.33 | 16.02 | - |
| YUV | 197.1 | 58.53 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 74 | 0.07 | 0 | 0.66 | 0.15 | 66.25 | 0.66 | 0.57 |
| Hex | CB | DA | 4A | 7 | 0 | 42 | F | 42 | 42 | 39 |
| Octal | 313 | 332 | 112 | 7 | 0 | 102 | 17 | 102 | 102 | 71 |
| Binary | 11001011 | 11011010 | 1001010 | 111 | 0 | 1000010 | 1111 | 1000010 | 1000010 | 111001 |
Color Harmonies of #CBDA4A
Complementary color
Monochromatic Colors of #CBDA4A
Black with #CBDA4A
Text Example
Text Example
White with #CBDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA4A; }
p { color: rgb(203,218,74); }
H1.HeaderClassName
{
color: #CBDA4A;
}
.AnyTagClassName
{
color: #CBDA4A;
}
</style>
background-color css
<style>
a { background-color: #CBDA4A; }
a { background-color: rgb(203,218,74); }
div.DivClassName
{
background-color: #CBDA4A;
}
.BgClassName
{
background-color: #CBDA4A;
}
</style>
border-color css
<style>
span { border-color: #CBDA4A; }
span { border-color: rgb(203,218,74); }
td.TdClassName
{
border-color: #CBDA4A;
}
.TagClassName
{
border-color: #CBDA4A;
}
</style>