Shades of Pear #CCDF2E
Tints of Pear #CCDF2E
RGB
CMYK
RGB Variations
Color information
#CCDF2E (or 0xCCDF2E) is known color: Pear. HEX triplet: CC, DF and 2E. RGB value is (204,223,46). Sum of RGB (Red+Green+Blue) = 204+223+46=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF2E is #3320D1. Grayscale: #C5C5C5. Windows color (decimal): -3350738 or 3071948. OLE color: 3071948.
HSL color Cylindrical-coordinate representation of color #CCDF2E: hue angle of 66.44º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCDF2E is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 46 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.13 |
| HSL | 66.44º | 0.73% | 0.53% | - |
| HSV(B) | 66.44º | 0.79% | 0.87% | - |
| XYZ | 51.78 | 65.81 | 12.56 | - |
| YUV | 197.14 | 42.71 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 46 | 0.09 | 0 | 0.79 | 0.13 | 66.44 | 0.73 | 0.53 |
| Hex | CC | DF | 2E | 9 | 0 | 4F | D | 42 | 49 | 35 |
| Octal | 314 | 337 | 56 | 11 | 0 | 117 | 15 | 102 | 111 | 65 |
| Binary | 11001100 | 11011111 | 101110 | 1001 | 0 | 1001111 | 1101 | 1000010 | 1001001 | 110101 |
Color Harmonies of #CCDF2E
Complementary color
Monochromatic Colors of #CCDF2E
Black with #CCDF2E
Text Example
Text Example
White with #CCDF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF2E; }
p { color: rgb(204,223,46); }
H1.HeaderClassName
{
color: #CCDF2E;
}
.AnyTagClassName
{
color: #CCDF2E;
}
</style>
background-color css
<style>
a { background-color: #CCDF2E; }
a { background-color: rgb(204,223,46); }
div.DivClassName
{
background-color: #CCDF2E;
}
.BgClassName
{
background-color: #CCDF2E;
}
</style>
border-color css
<style>
span { border-color: #CCDF2E; }
span { border-color: rgb(204,223,46); }
td.TdClassName
{
border-color: #CCDF2E;
}
.TagClassName
{
border-color: #CCDF2E;
}
</style>