Shades of Las Palmas #CBD54C
Tints of Las Palmas #CBD54C
RGB
CMYK
RGB Variations
Color information
#CBD54C (or 0xCBD54C) is known color: Las Palmas. HEX triplet: CB, D5 and 4C. RGB value is (203,213,76). Sum of RGB (Red+Green+Blue) = 203+213+76=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD54C is #342AB3. Grayscale: #C2C2C2. Windows color (decimal): -3418804 or 5035467. OLE color: 5035467.
HSL color Cylindrical-coordinate representation of color #CBD54C: hue angle of 64.38º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBD54C is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 76 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.16 |
| HSL | 64.38º | 0.62% | 0.57% | - |
| HSV(B) | 64.38º | 0.64% | 0.84% | - |
| XYZ | 49.73 | 60.81 | 15.95 | - |
| YUV | 194.39 | 61.19 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 76 | 0.05 | 0 | 0.64 | 0.16 | 64.38 | 0.62 | 0.57 |
| Hex | CB | D5 | 4C | 5 | 0 | 40 | 10 | 40 | 3E | 39 |
| Octal | 313 | 325 | 114 | 5 | 0 | 100 | 20 | 100 | 76 | 71 |
| Binary | 11001011 | 11010101 | 1001100 | 101 | 0 | 1000000 | 10000 | 1000000 | 111110 | 111001 |
Color Harmonies of #CBD54C
Complementary color
Monochromatic Colors of #CBD54C
Black with #CBD54C
Text Example
Text Example
White with #CBD54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD54C; }
p { color: rgb(203,213,76); }
H1.HeaderClassName
{
color: #CBD54C;
}
.AnyTagClassName
{
color: #CBD54C;
}
</style>
background-color css
<style>
a { background-color: #CBD54C; }
a { background-color: rgb(203,213,76); }
div.DivClassName
{
background-color: #CBD54C;
}
.BgClassName
{
background-color: #CBD54C;
}
</style>
border-color css
<style>
span { border-color: #CBD54C; }
span { border-color: rgb(203,213,76); }
td.TdClassName
{
border-color: #CBD54C;
}
.TagClassName
{
border-color: #CBD54C;
}
</style>