Shades of Las Palmas #CBD241
Tints of Las Palmas #CBD241
RGB
CMYK
RGB Variations
Color information
#CBD241 (or 0xCBD241) is known color: Las Palmas. HEX triplet: CB, D2 and 41. RGB value is (203,210,65). Sum of RGB (Red+Green+Blue) = 203+210+65=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD241 is #342DBE. Grayscale: #BFBFBF. Windows color (decimal): -3419583 or 4313803. OLE color: 4313803.
HSL color Cylindrical-coordinate representation of color #CBD241: hue angle of 62.9º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBD241 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 65 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.18 |
| HSL | 62.9º | 0.62% | 0.54% | - |
| HSV(B) | 62.9º | 0.69% | 0.82% | - |
| XYZ | 48.63 | 59.17 | 13.86 | - |
| YUV | 191.38 | 56.68 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 65 | 0.03 | 0 | 0.69 | 0.18 | 62.9 | 0.62 | 0.54 |
| Hex | CB | D2 | 41 | 3 | 0 | 45 | 12 | 3F | 3E | 36 |
| Octal | 313 | 322 | 101 | 3 | 0 | 105 | 22 | 77 | 76 | 66 |
| Binary | 11001011 | 11010010 | 1000001 | 11 | 0 | 1000101 | 10010 | 111111 | 111110 | 110110 |
Color Harmonies of #CBD241
Complementary color
Monochromatic Colors of #CBD241
Black with #CBD241
Text Example
Text Example
White with #CBD241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD241; }
p { color: rgb(203,210,65); }
H1.HeaderClassName
{
color: #CBD241;
}
.AnyTagClassName
{
color: #CBD241;
}
</style>
background-color css
<style>
a { background-color: #CBD241; }
a { background-color: rgb(203,210,65); }
div.DivClassName
{
background-color: #CBD241;
}
.BgClassName
{
background-color: #CBD241;
}
</style>
border-color css
<style>
span { border-color: #CBD241; }
span { border-color: rgb(203,210,65); }
td.TdClassName
{
border-color: #CBD241;
}
.TagClassName
{
border-color: #CBD241;
}
</style>