Shades of Pear #CCE321
Tints of Pear #CCE321
RGB
CMYK
RGB Variations
Color information
#CCE321 (or 0xCCE321) is known color: Pear. HEX triplet: CC, E3 and 21. RGB value is (204,227,33). Sum of RGB (Red+Green+Blue) = 204+227+33=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE321 is #331CDE. Grayscale: #C6C6C6. Windows color (decimal): -3349727 or 2221004. OLE color: 2221004.
HSL color Cylindrical-coordinate representation of color #CCE321: hue angle of 67.11º 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 #CCE321 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 33 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.11 |
| HSL | 67.11º | 0.78% | 0.51% | - |
| HSV(B) | 67.11º | 0.85% | 0.89% | - |
| XYZ | 52.65 | 67.89 | 11.77 | - |
| YUV | 198.01 | 34.88 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 33 | 0.10 | 0 | 0.85 | 0.11 | 67.11 | 0.78 | 0.51 |
| Hex | CC | E3 | 21 | A | 0 | 55 | B | 43 | 4E | 33 |
| Octal | 314 | 343 | 41 | 12 | 0 | 125 | 13 | 103 | 116 | 63 |
| Binary | 11001100 | 11100011 | 100001 | 1010 | 0 | 1010101 | 1011 | 1000011 | 1001110 | 110011 |
Color Harmonies of #CCE321
Complementary color
Monochromatic Colors of #CCE321
Black with #CCE321
Text Example
Text Example
White with #CCE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE321; }
p { color: rgb(204,227,33); }
H1.HeaderClassName
{
color: #CCE321;
}
.AnyTagClassName
{
color: #CCE321;
}
</style>
background-color css
<style>
a { background-color: #CCE321; }
a { background-color: rgb(204,227,33); }
div.DivClassName
{
background-color: #CCE321;
}
.BgClassName
{
background-color: #CCE321;
}
</style>
border-color css
<style>
span { border-color: #CCE321; }
span { border-color: rgb(204,227,33); }
td.TdClassName
{
border-color: #CCE321;
}
.TagClassName
{
border-color: #CCE321;
}
</style>