Shades of Las Palmas #CBE138
Tints of Las Palmas #CBE138
RGB
CMYK
RGB Variations
Color information
#CBE138 (or 0xCBE138) is known color: Las Palmas. HEX triplet: CB, E1 and 38. RGB value is (203,225,56). Sum of RGB (Red+Green+Blue) = 203+225+56=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 56 (22.27% from 255 or 11.57% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE138 is #341EC7. Grayscale: #C7C7C7. Windows color (decimal): -3415752 or 3727819. OLE color: 3727819.
HSL color Cylindrical-coordinate representation of color #CBE138: hue angle of 67.81º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBE138 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 56 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.12 |
| HSL | 67.81º | 0.74% | 0.55% | - |
| HSV(B) | 67.81º | 0.75% | 0.88% | - |
| XYZ | 52.27 | 66.83 | 13.89 | - |
| YUV | 199.16 | 47.21 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 56 | 0.10 | 0 | 0.75 | 0.12 | 67.81 | 0.74 | 0.55 |
| Hex | CB | E1 | 38 | A | 0 | 4B | C | 44 | 4A | 37 |
| Octal | 313 | 341 | 70 | 12 | 0 | 113 | 14 | 104 | 112 | 67 |
| Binary | 11001011 | 11100001 | 111000 | 1010 | 0 | 1001011 | 1100 | 1000100 | 1001010 | 110111 |
Color Harmonies of #CBE138
Complementary color
Monochromatic Colors of #CBE138
Black with #CBE138
Text Example
Text Example
White with #CBE138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE138; }
p { color: rgb(203,225,56); }
H1.HeaderClassName
{
color: #CBE138;
}
.AnyTagClassName
{
color: #CBE138;
}
</style>
background-color css
<style>
a { background-color: #CBE138; }
a { background-color: rgb(203,225,56); }
div.DivClassName
{
background-color: #CBE138;
}
.BgClassName
{
background-color: #CBE138;
}
</style>
border-color css
<style>
span { border-color: #CBE138; }
span { border-color: rgb(203,225,56); }
td.TdClassName
{
border-color: #CBE138;
}
.TagClassName
{
border-color: #CBE138;
}
</style>