Shades of Pear #CCE322
Tints of Pear #CCE322
RGB
CMYK
RGB Variations
Color information
#CCE322 (or 0xCCE322) is known color: Pear. HEX triplet: CC, E3 and 22. RGB value is (204,227,34). Sum of RGB (Red+Green+Blue) = 204+227+34=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE322 is #331CDD. Grayscale: #C6C6C6. Windows color (decimal): -3349726 or 2286540. OLE color: 2286540.
HSL color Cylindrical-coordinate representation of color #CCE322: hue angle of 67.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCE322 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 34 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.11 |
| HSL | 67.15º | 0.78% | 0.51% | - |
| HSV(B) | 67.15º | 0.85% | 0.89% | - |
| XYZ | 52.66 | 67.89 | 11.84 | - |
| YUV | 198.12 | 35.38 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 34 | 0.10 | 0 | 0.85 | 0.11 | 67.15 | 0.78 | 0.51 |
| Hex | CC | E3 | 22 | A | 0 | 55 | B | 43 | 4E | 33 |
| Octal | 314 | 343 | 42 | 12 | 0 | 125 | 13 | 103 | 116 | 63 |
| Binary | 11001100 | 11100011 | 100010 | 1010 | 0 | 1010101 | 1011 | 1000011 | 1001110 | 110011 |
Color Harmonies of #CCE322
Complementary color
Monochromatic Colors of #CCE322
Black with #CCE322
Text Example
Text Example
White with #CCE322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE322; }
p { color: rgb(204,227,34); }
H1.HeaderClassName
{
color: #CCE322;
}
.AnyTagClassName
{
color: #CCE322;
}
</style>
background-color css
<style>
a { background-color: #CCE322; }
a { background-color: rgb(204,227,34); }
div.DivClassName
{
background-color: #CCE322;
}
.BgClassName
{
background-color: #CCE322;
}
</style>
border-color css
<style>
span { border-color: #CCE322; }
span { border-color: rgb(204,227,34); }
td.TdClassName
{
border-color: #CCE322;
}
.TagClassName
{
border-color: #CCE322;
}
</style>