Shades of Pear #CCDD32
Tints of Pear #CCDD32
RGB
CMYK
RGB Variations
Color information
#CCDD32 (or 0xCCDD32) is known color: Pear. HEX triplet: CC, DD and 32. RGB value is (204,221,50). Sum of RGB (Red+Green+Blue) = 204+221+50=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD32 is #3322CD. Grayscale: #C5C5C5. Windows color (decimal): -3351246 or 3333580. OLE color: 3333580.
HSL color Cylindrical-coordinate representation of color #CCDD32: hue angle of 65.96º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCDD32 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 50 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.13 |
| HSL | 65.96º | 0.72% | 0.53% | - |
| HSV(B) | 65.96º | 0.77% | 0.87% | - |
| XYZ | 51.33 | 64.78 | 12.82 | - |
| YUV | 196.42 | 45.37 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 50 | 0.08 | 0 | 0.77 | 0.13 | 65.96 | 0.72 | 0.53 |
| Hex | CC | DD | 32 | 8 | 0 | 4D | D | 42 | 48 | 35 |
| Octal | 314 | 335 | 62 | 10 | 0 | 115 | 15 | 102 | 110 | 65 |
| Binary | 11001100 | 11011101 | 110010 | 1000 | 0 | 1001101 | 1101 | 1000010 | 1001000 | 110101 |
Color Harmonies of #CCDD32
Complementary color
Monochromatic Colors of #CCDD32
Black with #CCDD32
Text Example
Text Example
White with #CCDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD32; }
p { color: rgb(204,221,50); }
H1.HeaderClassName
{
color: #CCDD32;
}
.AnyTagClassName
{
color: #CCDD32;
}
</style>
background-color css
<style>
a { background-color: #CCDD32; }
a { background-color: rgb(204,221,50); }
div.DivClassName
{
background-color: #CCDD32;
}
.BgClassName
{
background-color: #CCDD32;
}
</style>
border-color css
<style>
span { border-color: #CCDD32; }
span { border-color: rgb(204,221,50); }
td.TdClassName
{
border-color: #CCDD32;
}
.TagClassName
{
border-color: #CCDD32;
}
</style>