Shades of Pear #CDDD2B
Tints of Pear #CDDD2B
RGB
CMYK
RGB Variations
Color information
#CDDD2B (or 0xCDDD2B) is known color: Pear. HEX triplet: CD, DD and 2B. RGB value is (205,221,43). Sum of RGB (Red+Green+Blue) = 205+221+43=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 43 (17.19% from 255 or 9.17% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD2B is #3222D4. Grayscale: #C4C4C4. Windows color (decimal): -3285717 or 2874829. OLE color: 2874829.
HSL color Cylindrical-coordinate representation of color #CDDD2B: hue angle of 65.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDDD2B is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 43 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.13 |
| HSL | 65.39º | 0.72% | 0.52% | - |
| HSV(B) | 65.39º | 0.81% | 0.87% | - |
| XYZ | 51.47 | 64.87 | 12.09 | - |
| YUV | 195.92 | 41.7 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 43 | 0.07 | 0 | 0.81 | 0.13 | 65.39 | 0.72 | 0.52 |
| Hex | CD | DD | 2B | 7 | 0 | 51 | D | 41 | 48 | 34 |
| Octal | 315 | 335 | 53 | 7 | 0 | 121 | 15 | 101 | 110 | 64 |
| Binary | 11001101 | 11011101 | 101011 | 111 | 0 | 1010001 | 1101 | 1000001 | 1001000 | 110100 |
Color Harmonies of #CDDD2B
Complementary color
Monochromatic Colors of #CDDD2B
Black with #CDDD2B
Text Example
Text Example
White with #CDDD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD2B; }
p { color: rgb(205,221,43); }
H1.HeaderClassName
{
color: #CDDD2B;
}
.AnyTagClassName
{
color: #CDDD2B;
}
</style>
background-color css
<style>
a { background-color: #CDDD2B; }
a { background-color: rgb(205,221,43); }
div.DivClassName
{
background-color: #CDDD2B;
}
.BgClassName
{
background-color: #CDDD2B;
}
</style>
border-color css
<style>
span { border-color: #CDDD2B; }
span { border-color: rgb(205,221,43); }
td.TdClassName
{
border-color: #CDDD2B;
}
.TagClassName
{
border-color: #CDDD2B;
}
</style>