Shades of Las Palmas #CBDB41
Tints of Las Palmas #CBDB41
RGB
CMYK
RGB Variations
Color information
#CBDB41 (or 0xCBDB41) is known color: Las Palmas. HEX triplet: CB, DB and 41. RGB value is (203,219,65). Sum of RGB (Red+Green+Blue) = 203+219+65=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDB41 is #3424BE. Grayscale: #C5C5C5. Windows color (decimal): -3417279 or 4316107. OLE color: 4316107.
HSL color Cylindrical-coordinate representation of color #CBDB41: hue angle of 66.23º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBDB41 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 65 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.14 |
| HSL | 66.23º | 0.68% | 0.56% | - |
| HSV(B) | 66.23º | 0.7% | 0.86% | - |
| XYZ | 50.91 | 63.74 | 14.62 | - |
| YUV | 196.66 | 53.7 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 65 | 0.07 | 0 | 0.70 | 0.14 | 66.23 | 0.68 | 0.56 |
| Hex | CB | DB | 41 | 7 | 0 | 46 | E | 42 | 44 | 38 |
| Octal | 313 | 333 | 101 | 7 | 0 | 106 | 16 | 102 | 104 | 70 |
| Binary | 11001011 | 11011011 | 1000001 | 111 | 0 | 1000110 | 1110 | 1000010 | 1000100 | 111000 |
Color Harmonies of #CBDB41
Complementary color
Monochromatic Colors of #CBDB41
Black with #CBDB41
Text Example
Text Example
White with #CBDB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB41; }
p { color: rgb(203,219,65); }
H1.HeaderClassName
{
color: #CBDB41;
}
.AnyTagClassName
{
color: #CBDB41;
}
</style>
background-color css
<style>
a { background-color: #CBDB41; }
a { background-color: rgb(203,219,65); }
div.DivClassName
{
background-color: #CBDB41;
}
.BgClassName
{
background-color: #CBDB41;
}
</style>
border-color css
<style>
span { border-color: #CBDB41; }
span { border-color: rgb(203,219,65); }
td.TdClassName
{
border-color: #CBDB41;
}
.TagClassName
{
border-color: #CBDB41;
}
</style>