Shades of Las Palmas #CBDB34
Tints of Las Palmas #CBDB34
RGB
CMYK
RGB Variations
Color information
#CBDB34 (or 0xCBDB34) is known color: Las Palmas. HEX triplet: CB, DB and 34. RGB value is (203,219,52). Sum of RGB (Red+Green+Blue) = 203+219+52=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDB34 is #3424CB. Grayscale: #C3C3C3. Windows color (decimal): -3417292 or 3464139. OLE color: 3464139.
HSL color Cylindrical-coordinate representation of color #CBDB34: hue angle of 65.75º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBDB34 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 52 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.14 |
| HSL | 65.75º | 0.7% | 0.53% | - |
| HSV(B) | 65.75º | 0.76% | 0.86% | - |
| XYZ | 50.58 | 63.61 | 12.86 | - |
| YUV | 195.18 | 47.2 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 52 | 0.07 | 0 | 0.76 | 0.14 | 65.75 | 0.7 | 0.53 |
| Hex | CB | DB | 34 | 7 | 0 | 4C | E | 42 | 46 | 35 |
| Octal | 313 | 333 | 64 | 7 | 0 | 114 | 16 | 102 | 106 | 65 |
| Binary | 11001011 | 11011011 | 110100 | 111 | 0 | 1001100 | 1110 | 1000010 | 1000110 | 110101 |
Color Harmonies of #CBDB34
Complementary color
Monochromatic Colors of #CBDB34
Black with #CBDB34
Text Example
Text Example
White with #CBDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB34; }
p { color: rgb(203,219,52); }
H1.HeaderClassName
{
color: #CBDB34;
}
.AnyTagClassName
{
color: #CBDB34;
}
</style>
background-color css
<style>
a { background-color: #CBDB34; }
a { background-color: rgb(203,219,52); }
div.DivClassName
{
background-color: #CBDB34;
}
.BgClassName
{
background-color: #CBDB34;
}
</style>
border-color css
<style>
span { border-color: #CBDB34; }
span { border-color: rgb(203,219,52); }
td.TdClassName
{
border-color: #CBDB34;
}
.TagClassName
{
border-color: #CBDB34;
}
</style>