Shades of Pear #CBDD26
Tints of Pear #CBDD26
RGB
CMYK
RGB Variations
Color information
#CBDD26 (or 0xCBDD26) is known color: Pear. HEX triplet: CB, DD and 26. RGB value is (203,221,38). Sum of RGB (Red+Green+Blue) = 203+221+38=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 38 (15.23% from 255 or 8.23% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDD26 is #3422D9. Grayscale: #C3C3C3. Windows color (decimal): -3416794 or 2547147. OLE color: 2547147.
HSL color Cylindrical-coordinate representation of color #CBDD26: hue angle of 65.9º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBDD26 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 38 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.13 |
| HSL | 65.9º | 0.73% | 0.51% | - |
| HSV(B) | 65.9º | 0.83% | 0.87% | - |
| XYZ | 50.83 | 64.55 | 11.61 | - |
| YUV | 194.76 | 39.54 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 38 | 0.08 | 0 | 0.83 | 0.13 | 65.9 | 0.73 | 0.51 |
| Hex | CB | DD | 26 | 8 | 0 | 53 | D | 42 | 49 | 33 |
| Octal | 313 | 335 | 46 | 10 | 0 | 123 | 15 | 102 | 111 | 63 |
| Binary | 11001011 | 11011101 | 100110 | 1000 | 0 | 1010011 | 1101 | 1000010 | 1001001 | 110011 |
Color Harmonies of #CBDD26
Complementary color
Monochromatic Colors of #CBDD26
Black with #CBDD26
Text Example
Text Example
White with #CBDD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD26; }
p { color: rgb(203,221,38); }
H1.HeaderClassName
{
color: #CBDD26;
}
.AnyTagClassName
{
color: #CBDD26;
}
</style>
background-color css
<style>
a { background-color: #CBDD26; }
a { background-color: rgb(203,221,38); }
div.DivClassName
{
background-color: #CBDD26;
}
.BgClassName
{
background-color: #CBDD26;
}
</style>
border-color css
<style>
span { border-color: #CBDD26; }
span { border-color: rgb(203,221,38); }
td.TdClassName
{
border-color: #CBDD26;
}
.TagClassName
{
border-color: #CBDD26;
}
</style>