Shades of Pear #CCDD2E
Tints of Pear #CCDD2E
RGB
CMYK
RGB Variations
Color information
#CCDD2E (or 0xCCDD2E) is known color: Pear. HEX triplet: CC, DD and 2E. RGB value is (204,221,46). Sum of RGB (Red+Green+Blue) = 204+221+46=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD2E is #3322D1. Grayscale: #C4C4C4. Windows color (decimal): -3351250 or 3071436. OLE color: 3071436.
HSL color Cylindrical-coordinate representation of color #CCDD2E: hue angle of 65.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCDD2E is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 46 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.13 |
| HSL | 65.83º | 0.72% | 0.52% | - |
| HSV(B) | 65.83º | 0.79% | 0.87% | - |
| XYZ | 51.25 | 64.75 | 12.38 | - |
| YUV | 195.97 | 43.37 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 46 | 0.08 | 0 | 0.79 | 0.13 | 65.83 | 0.72 | 0.52 |
| Hex | CC | DD | 2E | 8 | 0 | 4F | D | 42 | 48 | 34 |
| Octal | 314 | 335 | 56 | 10 | 0 | 117 | 15 | 102 | 110 | 64 |
| Binary | 11001100 | 11011101 | 101110 | 1000 | 0 | 1001111 | 1101 | 1000010 | 1001000 | 110100 |
Color Harmonies of #CCDD2E
Complementary color
Monochromatic Colors of #CCDD2E
Black with #CCDD2E
Text Example
Text Example
White with #CCDD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD2E; }
p { color: rgb(204,221,46); }
H1.HeaderClassName
{
color: #CCDD2E;
}
.AnyTagClassName
{
color: #CCDD2E;
}
</style>
background-color css
<style>
a { background-color: #CCDD2E; }
a { background-color: rgb(204,221,46); }
div.DivClassName
{
background-color: #CCDD2E;
}
.BgClassName
{
background-color: #CCDD2E;
}
</style>
border-color css
<style>
span { border-color: #CCDD2E; }
span { border-color: rgb(204,221,46); }
td.TdClassName
{
border-color: #CCDD2E;
}
.TagClassName
{
border-color: #CCDD2E;
}
</style>