Shades of Las Palmas #CBDA42
Tints of Las Palmas #CBDA42
RGB
CMYK
RGB Variations
Color information
#CBDA42 (or 0xCBDA42) is known color: Las Palmas. HEX triplet: CB, DA and 42. RGB value is (203,218,66). Sum of RGB (Red+Green+Blue) = 203+218+66=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDA42 is #3425BD. Grayscale: #C4C4C4. Windows color (decimal): -3417534 or 4381387. OLE color: 4381387.
HSL color Cylindrical-coordinate representation of color #CBDA42: hue angle of 65.92º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBDA42 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 66 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.15 |
| HSL | 65.92º | 0.67% | 0.56% | - |
| HSV(B) | 65.92º | 0.7% | 0.85% | - |
| XYZ | 50.68 | 63.23 | 14.69 | - |
| YUV | 196.19 | 54.53 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 66 | 0.07 | 0 | 0.70 | 0.15 | 65.92 | 0.67 | 0.56 |
| Hex | CB | DA | 42 | 7 | 0 | 46 | F | 42 | 43 | 38 |
| Octal | 313 | 332 | 102 | 7 | 0 | 106 | 17 | 102 | 103 | 70 |
| Binary | 11001011 | 11011010 | 1000010 | 111 | 0 | 1000110 | 1111 | 1000010 | 1000011 | 111000 |
Color Harmonies of #CBDA42
Complementary color
Monochromatic Colors of #CBDA42
Black with #CBDA42
Text Example
Text Example
White with #CBDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA42; }
p { color: rgb(203,218,66); }
H1.HeaderClassName
{
color: #CBDA42;
}
.AnyTagClassName
{
color: #CBDA42;
}
</style>
background-color css
<style>
a { background-color: #CBDA42; }
a { background-color: rgb(203,218,66); }
div.DivClassName
{
background-color: #CBDA42;
}
.BgClassName
{
background-color: #CBDA42;
}
</style>
border-color css
<style>
span { border-color: #CBDA42; }
span { border-color: rgb(203,218,66); }
td.TdClassName
{
border-color: #CBDA42;
}
.TagClassName
{
border-color: #CBDA42;
}
</style>