Shades of Las Palmas #CBEB4D
Tints of Las Palmas #CBEB4D
RGB
CMYK
RGB Variations
Color information
#CBEB4D (or 0xCBEB4D) is known color: Las Palmas. HEX triplet: CB, EB and 4D. RGB value is (203,235,77). Sum of RGB (Red+Green+Blue) = 203+235+77=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB4D is #3414B2. Grayscale: #D0D0D0. Windows color (decimal): -3413171 or 5106635. OLE color: 5106635.
HSL color Cylindrical-coordinate representation of color #CBEB4D: hue angle of 72.15º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBEB4D is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 77 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.08 |
| HSL | 72.15º | 0.8% | 0.61% | - |
| HSV(B) | 72.15º | 0.67% | 0.92% | - |
| XYZ | 55.68 | 72.65 | 18.11 | - |
| YUV | 207.42 | 54.4 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 77 | 0.14 | 0 | 0.67 | 0.08 | 72.15 | 0.8 | 0.61 |
| Hex | CB | EB | 4D | E | 0 | 43 | 8 | 48 | 50 | 3D |
| Octal | 313 | 353 | 115 | 16 | 0 | 103 | 10 | 110 | 120 | 75 |
| Binary | 11001011 | 11101011 | 1001101 | 1110 | 0 | 1000011 | 1000 | 1001000 | 1010000 | 111101 |
Color Harmonies of #CBEB4D
Complementary color
Monochromatic Colors of #CBEB4D
Black with #CBEB4D
Text Example
Text Example
White with #CBEB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB4D; }
p { color: rgb(203,235,77); }
H1.HeaderClassName
{
color: #CBEB4D;
}
.AnyTagClassName
{
color: #CBEB4D;
}
</style>
background-color css
<style>
a { background-color: #CBEB4D; }
a { background-color: rgb(203,235,77); }
div.DivClassName
{
background-color: #CBEB4D;
}
.BgClassName
{
background-color: #CBEB4D;
}
</style>
border-color css
<style>
span { border-color: #CBEB4D; }
span { border-color: rgb(203,235,77); }
td.TdClassName
{
border-color: #CBEB4D;
}
.TagClassName
{
border-color: #CBEB4D;
}
</style>