Shades of Las Palmas #CBE84D
Tints of Las Palmas #CBE84D
RGB
CMYK
RGB Variations
Color information
#CBE84D (or 0xCBE84D) is known color: Las Palmas. HEX triplet: CB, E8 and 4D. RGB value is (203,232,77). Sum of RGB (Red+Green+Blue) = 203+232+77=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE84D is #3417B2. Grayscale: #CECECE. Windows color (decimal): -3413939 or 5105867. OLE color: 5105867.
HSL color Cylindrical-coordinate representation of color #CBE84D: hue angle of 71.23º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBE84D is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 77 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.09 |
| HSL | 71.23º | 0.77% | 0.61% | - |
| HSV(B) | 71.23º | 0.67% | 0.91% | - |
| XYZ | 54.82 | 70.95 | 17.83 | - |
| YUV | 205.66 | 55.39 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 77 | 0.12 | 0 | 0.67 | 0.09 | 71.23 | 0.77 | 0.61 |
| Hex | CB | E8 | 4D | C | 0 | 43 | 9 | 47 | 4D | 3D |
| Octal | 313 | 350 | 115 | 14 | 0 | 103 | 11 | 107 | 115 | 75 |
| Binary | 11001011 | 11101000 | 1001101 | 1100 | 0 | 1000011 | 1001 | 1000111 | 1001101 | 111101 |
Color Harmonies of #CBE84D
Complementary color
Monochromatic Colors of #CBE84D
Black with #CBE84D
Text Example
Text Example
White with #CBE84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE84D; }
p { color: rgb(203,232,77); }
H1.HeaderClassName
{
color: #CBE84D;
}
.AnyTagClassName
{
color: #CBE84D;
}
</style>
background-color css
<style>
a { background-color: #CBE84D; }
a { background-color: rgb(203,232,77); }
div.DivClassName
{
background-color: #CBE84D;
}
.BgClassName
{
background-color: #CBE84D;
}
</style>
border-color css
<style>
span { border-color: #CBE84D; }
span { border-color: rgb(203,232,77); }
td.TdClassName
{
border-color: #CBE84D;
}
.TagClassName
{
border-color: #CBE84D;
}
</style>