Shades of Las Palmas #CBE745
Tints of Las Palmas #CBE745
RGB
CMYK
RGB Variations
Color information
#CBE745 (or 0xCBE745) is known color: Las Palmas. HEX triplet: CB, E7 and 45. RGB value is (203,231,69). Sum of RGB (Red+Green+Blue) = 203+231+69=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE745 is #3418BA. Grayscale: #CCCCCC. Windows color (decimal): -3414203 or 4581323. OLE color: 4581323.
HSL color Cylindrical-coordinate representation of color #CBE745: hue angle of 70.37º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBE745 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 69 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.09 |
| HSL | 70.37º | 0.77% | 0.59% | - |
| HSV(B) | 70.37º | 0.7% | 0.91% | - |
| XYZ | 54.28 | 70.28 | 16.33 | - |
| YUV | 204.16 | 51.72 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 69 | 0.12 | 0 | 0.70 | 0.09 | 70.37 | 0.77 | 0.59 |
| Hex | CB | E7 | 45 | C | 0 | 46 | 9 | 46 | 4D | 3B |
| Octal | 313 | 347 | 105 | 14 | 0 | 106 | 11 | 106 | 115 | 73 |
| Binary | 11001011 | 11100111 | 1000101 | 1100 | 0 | 1000110 | 1001 | 1000110 | 1001101 | 111011 |
Color Harmonies of #CBE745
Complementary color
Monochromatic Colors of #CBE745
Black with #CBE745
Text Example
Text Example
White with #CBE745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE745; }
p { color: rgb(203,231,69); }
H1.HeaderClassName
{
color: #CBE745;
}
.AnyTagClassName
{
color: #CBE745;
}
</style>
background-color css
<style>
a { background-color: #CBE745; }
a { background-color: rgb(203,231,69); }
div.DivClassName
{
background-color: #CBE745;
}
.BgClassName
{
background-color: #CBE745;
}
</style>
border-color css
<style>
span { border-color: #CBE745; }
span { border-color: rgb(203,231,69); }
td.TdClassName
{
border-color: #CBE745;
}
.TagClassName
{
border-color: #CBE745;
}
</style>