Shades of Pear #CCE421
Tints of Pear #CCE421
RGB
CMYK
RGB Variations
Color information
#CCE421 (or 0xCCE421) is known color: Pear. HEX triplet: CC, E4 and 21. RGB value is (204,228,33). Sum of RGB (Red+Green+Blue) = 204+228+33=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE421 is #331BDE. Grayscale: #C7C7C7. Windows color (decimal): -3349471 or 2221260. OLE color: 2221260.
HSL color Cylindrical-coordinate representation of color #CCE421: hue angle of 67.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCE421 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 33 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.11 |
| HSL | 67.38º | 0.78% | 0.51% | - |
| HSV(B) | 67.38º | 0.86% | 0.89% | - |
| XYZ | 52.92 | 68.43 | 11.86 | - |
| YUV | 198.59 | 34.55 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 33 | 0.11 | 0 | 0.86 | 0.11 | 67.38 | 0.78 | 0.51 |
| Hex | CC | E4 | 21 | B | 0 | 56 | B | 43 | 4E | 33 |
| Octal | 314 | 344 | 41 | 13 | 0 | 126 | 13 | 103 | 116 | 63 |
| Binary | 11001100 | 11100100 | 100001 | 1011 | 0 | 1010110 | 1011 | 1000011 | 1001110 | 110011 |
Color Harmonies of #CCE421
Complementary color
Monochromatic Colors of #CCE421
Black with #CCE421
Text Example
Text Example
White with #CCE421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE421; }
p { color: rgb(204,228,33); }
H1.HeaderClassName
{
color: #CCE421;
}
.AnyTagClassName
{
color: #CCE421;
}
</style>
background-color css
<style>
a { background-color: #CCE421; }
a { background-color: rgb(204,228,33); }
div.DivClassName
{
background-color: #CCE421;
}
.BgClassName
{
background-color: #CCE421;
}
</style>
border-color css
<style>
span { border-color: #CCE421; }
span { border-color: rgb(204,228,33); }
td.TdClassName
{
border-color: #CCE421;
}
.TagClassName
{
border-color: #CCE421;
}
</style>