Shades of Pear #CBDD2D
Tints of Pear #CBDD2D
RGB
CMYK
RGB Variations
Color information
#CBDD2D (or 0xCBDD2D) is known color: Pear. HEX triplet: CB, DD and 2D. RGB value is (203,221,45). Sum of RGB (Red+Green+Blue) = 203+221+45=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDD2D is #3422D2. Grayscale: #C4C4C4. Windows color (decimal): -3416787 or 3005899. OLE color: 3005899.
HSL color Cylindrical-coordinate representation of color #CBDD2D: hue angle of 66.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBDD2D is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 45 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.13 |
| HSL | 66.14º | 0.72% | 0.52% | - |
| HSV(B) | 66.14º | 0.8% | 0.87% | - |
| XYZ | 50.96 | 64.6 | 12.27 | - |
| YUV | 195.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 45 | 0.08 | 0 | 0.80 | 0.13 | 66.14 | 0.72 | 0.52 |
| Hex | CB | DD | 2D | 8 | 0 | 50 | D | 42 | 48 | 34 |
| Octal | 313 | 335 | 55 | 10 | 0 | 120 | 15 | 102 | 110 | 64 |
| Binary | 11001011 | 11011101 | 101101 | 1000 | 0 | 1010000 | 1101 | 1000010 | 1001000 | 110100 |
Color Harmonies of #CBDD2D
Complementary color
Monochromatic Colors of #CBDD2D
Black with #CBDD2D
Text Example
Text Example
White with #CBDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD2D; }
p { color: rgb(203,221,45); }
H1.HeaderClassName
{
color: #CBDD2D;
}
.AnyTagClassName
{
color: #CBDD2D;
}
</style>
background-color css
<style>
a { background-color: #CBDD2D; }
a { background-color: rgb(203,221,45); }
div.DivClassName
{
background-color: #CBDD2D;
}
.BgClassName
{
background-color: #CBDD2D;
}
</style>
border-color css
<style>
span { border-color: #CBDD2D; }
span { border-color: rgb(203,221,45); }
td.TdClassName
{
border-color: #CBDD2D;
}
.TagClassName
{
border-color: #CBDD2D;
}
</style>