Shades of Pear #CBDC29
Tints of Pear #CBDC29
RGB
CMYK
RGB Variations
Color information
#CBDC29 (or 0xCBDC29) is known color: Pear. HEX triplet: CB, DC and 29. RGB value is (203,220,41). Sum of RGB (Red+Green+Blue) = 203+220+41=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDC29 is #3423D6. Grayscale: #C3C3C3. Windows color (decimal): -3417047 or 2743499. OLE color: 2743499.
HSL color Cylindrical-coordinate representation of color #CBDC29: hue angle of 65.7º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBDC29 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 41 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.14 |
| HSL | 65.7º | 0.72% | 0.51% | - |
| HSV(B) | 65.7º | 0.81% | 0.86% | - |
| XYZ | 50.62 | 64.04 | 11.79 | - |
| YUV | 194.51 | 41.37 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 41 | 0.08 | 0 | 0.81 | 0.14 | 65.7 | 0.72 | 0.51 |
| Hex | CB | DC | 29 | 8 | 0 | 51 | E | 42 | 48 | 33 |
| Octal | 313 | 334 | 51 | 10 | 0 | 121 | 16 | 102 | 110 | 63 |
| Binary | 11001011 | 11011100 | 101001 | 1000 | 0 | 1010001 | 1110 | 1000010 | 1001000 | 110011 |
Color Harmonies of #CBDC29
Complementary color
Monochromatic Colors of #CBDC29
Black with #CBDC29
Text Example
Text Example
White with #CBDC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC29; }
p { color: rgb(203,220,41); }
H1.HeaderClassName
{
color: #CBDC29;
}
.AnyTagClassName
{
color: #CBDC29;
}
</style>
background-color css
<style>
a { background-color: #CBDC29; }
a { background-color: rgb(203,220,41); }
div.DivClassName
{
background-color: #CBDC29;
}
.BgClassName
{
background-color: #CBDC29;
}
</style>
border-color css
<style>
span { border-color: #CBDC29; }
span { border-color: rgb(203,220,41); }
td.TdClassName
{
border-color: #CBDC29;
}
.TagClassName
{
border-color: #CBDC29;
}
</style>