Shades of Las Palmas #CBD446
Tints of Las Palmas #CBD446
RGB
CMYK
RGB Variations
Color information
#CBD446 (or 0xCBD446) is known color: Las Palmas. HEX triplet: CB, D4 and 46. RGB value is (203,212,70). Sum of RGB (Red+Green+Blue) = 203+212+70=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD446 is #342BB9. Grayscale: #C1C1C1. Windows color (decimal): -3419066 or 4641995. OLE color: 4641995.
HSL color Cylindrical-coordinate representation of color #CBD446: hue angle of 63.8º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBD446 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 70 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.17 |
| HSL | 63.8º | 0.62% | 0.55% | - |
| HSV(B) | 63.8º | 0.67% | 0.83% | - |
| XYZ | 49.28 | 60.23 | 14.82 | - |
| YUV | 193.12 | 58.52 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 70 | 0.04 | 0 | 0.67 | 0.17 | 63.8 | 0.62 | 0.55 |
| Hex | CB | D4 | 46 | 4 | 0 | 43 | 11 | 40 | 3E | 37 |
| Octal | 313 | 324 | 106 | 4 | 0 | 103 | 21 | 100 | 76 | 67 |
| Binary | 11001011 | 11010100 | 1000110 | 100 | 0 | 1000011 | 10001 | 1000000 | 111110 | 110111 |
Color Harmonies of #CBD446
Complementary color
Monochromatic Colors of #CBD446
Black with #CBD446
Text Example
Text Example
White with #CBD446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD446; }
p { color: rgb(203,212,70); }
H1.HeaderClassName
{
color: #CBD446;
}
.AnyTagClassName
{
color: #CBD446;
}
</style>
background-color css
<style>
a { background-color: #CBD446; }
a { background-color: rgb(203,212,70); }
div.DivClassName
{
background-color: #CBD446;
}
.BgClassName
{
background-color: #CBD446;
}
</style>
border-color css
<style>
span { border-color: #CBD446; }
span { border-color: rgb(203,212,70); }
td.TdClassName
{
border-color: #CBD446;
}
.TagClassName
{
border-color: #CBD446;
}
</style>