Shades of Pear #CCDE2D
Tints of Pear #CCDE2D
RGB
CMYK
RGB Variations
Color information
#CCDE2D (or 0xCCDE2D) is known color: Pear. HEX triplet: CC, DE and 2D. RGB value is (204,222,45). Sum of RGB (Red+Green+Blue) = 204+222+45=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDE2D is #3321D2. Grayscale: #C5C5C5. Windows color (decimal): -3350995 or 3006156. OLE color: 3006156.
HSL color Cylindrical-coordinate representation of color #CCDE2D: hue angle of 66.1º degrees, saturation: 0.73, 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 #CCDE2D is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 45 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.13 |
| HSL | 66.1º | 0.73% | 0.52% | - |
| HSV(B) | 66.1º | 0.8% | 0.87% | - |
| XYZ | 51.5 | 65.27 | 12.37 | - |
| YUV | 196.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 45 | 0.08 | 0 | 0.80 | 0.13 | 66.1 | 0.73 | 0.52 |
| Hex | CC | DE | 2D | 8 | 0 | 50 | D | 42 | 49 | 34 |
| Octal | 314 | 336 | 55 | 10 | 0 | 120 | 15 | 102 | 111 | 64 |
| Binary | 11001100 | 11011110 | 101101 | 1000 | 0 | 1010000 | 1101 | 1000010 | 1001001 | 110100 |
Color Harmonies of #CCDE2D
Complementary color
Monochromatic Colors of #CCDE2D
Black with #CCDE2D
Text Example
Text Example
White with #CCDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE2D; }
p { color: rgb(204,222,45); }
H1.HeaderClassName
{
color: #CCDE2D;
}
.AnyTagClassName
{
color: #CCDE2D;
}
</style>
background-color css
<style>
a { background-color: #CCDE2D; }
a { background-color: rgb(204,222,45); }
div.DivClassName
{
background-color: #CCDE2D;
}
.BgClassName
{
background-color: #CCDE2D;
}
</style>
border-color css
<style>
span { border-color: #CCDE2D; }
span { border-color: rgb(204,222,45); }
td.TdClassName
{
border-color: #CCDE2D;
}
.TagClassName
{
border-color: #CCDE2D;
}
</style>