Shades of Las Palmas #CBE943
Tints of Las Palmas #CBE943
RGB
CMYK
RGB Variations
Color information
#CBE943 (or 0xCBE943) is known color: Las Palmas. HEX triplet: CB, E9 and 43. RGB value is (203,233,67). Sum of RGB (Red+Green+Blue) = 203+233+67=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 67 (26.56% from 255 or 13.32% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE943 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE943 is #3416BC. Grayscale: #CDCDCD. Windows color (decimal): -3413693 or 4450763. OLE color: 4450763.
HSL color Cylindrical-coordinate representation of color #CBE943: hue angle of 70.84º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBE943 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 67 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.09 |
| HSL | 70.84º | 0.79% | 0.59% | - |
| HSV(B) | 70.84º | 0.71% | 0.91% | - |
| XYZ | 54.78 | 71.38 | 16.2 | - |
| YUV | 205.11 | 50.06 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 67 | 0.13 | 0 | 0.71 | 0.09 | 70.84 | 0.79 | 0.59 |
| Hex | CB | E9 | 43 | D | 0 | 47 | 9 | 47 | 4F | 3B |
| Octal | 313 | 351 | 103 | 15 | 0 | 107 | 11 | 107 | 117 | 73 |
| Binary | 11001011 | 11101001 | 1000011 | 1101 | 0 | 1000111 | 1001 | 1000111 | 1001111 | 111011 |
Color Harmonies of #CBE943
Complementary color
Monochromatic Colors of #CBE943
Black with #CBE943
Text Example
Text Example
White with #CBE943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE943; }
p { color: rgb(203,233,67); }
H1.HeaderClassName
{
color: #CBE943;
}
.AnyTagClassName
{
color: #CBE943;
}
</style>
background-color css
<style>
a { background-color: #CBE943; }
a { background-color: rgb(203,233,67); }
div.DivClassName
{
background-color: #CBE943;
}
.BgClassName
{
background-color: #CBE943;
}
</style>
border-color css
<style>
span { border-color: #CBE943; }
span { border-color: rgb(203,233,67); }
td.TdClassName
{
border-color: #CBE943;
}
.TagClassName
{
border-color: #CBE943;
}
</style>