Shades of Las Palmas #CBD742
Tints of Las Palmas #CBD742
RGB
CMYK
RGB Variations
Color information
#CBD742 (or 0xCBD742) is known color: Las Palmas. HEX triplet: CB, D7 and 42. RGB value is (203,215,66). Sum of RGB (Red+Green+Blue) = 203+215+66=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD742 is #3428BD. Grayscale: #C3C3C3. Windows color (decimal): -3418302 or 4380619. OLE color: 4380619.
HSL color Cylindrical-coordinate representation of color #CBD742: hue angle of 64.83º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBD742 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 66 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.16 |
| HSL | 64.83º | 0.65% | 0.55% | - |
| HSV(B) | 64.83º | 0.69% | 0.84% | - |
| XYZ | 49.91 | 61.69 | 14.43 | - |
| YUV | 194.43 | 55.52 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 66 | 0.06 | 0 | 0.69 | 0.16 | 64.83 | 0.65 | 0.55 |
| Hex | CB | D7 | 42 | 6 | 0 | 45 | 10 | 41 | 41 | 37 |
| Octal | 313 | 327 | 102 | 6 | 0 | 105 | 20 | 101 | 101 | 67 |
| Binary | 11001011 | 11010111 | 1000010 | 110 | 0 | 1000101 | 10000 | 1000001 | 1000001 | 110111 |
Color Harmonies of #CBD742
Complementary color
Monochromatic Colors of #CBD742
Black with #CBD742
Text Example
Text Example
White with #CBD742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD742; }
p { color: rgb(203,215,66); }
H1.HeaderClassName
{
color: #CBD742;
}
.AnyTagClassName
{
color: #CBD742;
}
</style>
background-color css
<style>
a { background-color: #CBD742; }
a { background-color: rgb(203,215,66); }
div.DivClassName
{
background-color: #CBD742;
}
.BgClassName
{
background-color: #CBD742;
}
</style>
border-color css
<style>
span { border-color: #CBD742; }
span { border-color: rgb(203,215,66); }
td.TdClassName
{
border-color: #CBD742;
}
.TagClassName
{
border-color: #CBD742;
}
</style>