Shades of Las Palmas #CBDA3E
Tints of Las Palmas #CBDA3E
RGB
CMYK
RGB Variations
Color information
#CBDA3E (or 0xCBDA3E) is known color: Las Palmas. HEX triplet: CB, DA and 3E. RGB value is (203,218,62). Sum of RGB (Red+Green+Blue) = 203+218+62=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 62 (24.61% from 255 or 12.84% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDA3E is #3425C1. Grayscale: #C4C4C4. Windows color (decimal): -3417538 or 4119243. OLE color: 4119243.
HSL color Cylindrical-coordinate representation of color #CBDA3E: hue angle of 65.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBDA3E is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 62 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.15 |
| HSL | 65.77º | 0.68% | 0.55% | - |
| HSV(B) | 65.77º | 0.72% | 0.85% | - |
| XYZ | 50.57 | 63.19 | 14.09 | - |
| YUV | 195.73 | 52.53 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 62 | 0.07 | 0 | 0.72 | 0.15 | 65.77 | 0.68 | 0.55 |
| Hex | CB | DA | 3E | 7 | 0 | 48 | F | 42 | 44 | 37 |
| Octal | 313 | 332 | 76 | 7 | 0 | 110 | 17 | 102 | 104 | 67 |
| Binary | 11001011 | 11011010 | 111110 | 111 | 0 | 1001000 | 1111 | 1000010 | 1000100 | 110111 |
Color Harmonies of #CBDA3E
Complementary color
Monochromatic Colors of #CBDA3E
Black with #CBDA3E
Text Example
Text Example
White with #CBDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA3E; }
p { color: rgb(203,218,62); }
H1.HeaderClassName
{
color: #CBDA3E;
}
.AnyTagClassName
{
color: #CBDA3E;
}
</style>
background-color css
<style>
a { background-color: #CBDA3E; }
a { background-color: rgb(203,218,62); }
div.DivClassName
{
background-color: #CBDA3E;
}
.BgClassName
{
background-color: #CBDA3E;
}
</style>
border-color css
<style>
span { border-color: #CBDA3E; }
span { border-color: rgb(203,218,62); }
td.TdClassName
{
border-color: #CBDA3E;
}
.TagClassName
{
border-color: #CBDA3E;
}
</style>