Shades of Pear #CCE920
Tints of Pear #CCE920
RGB
CMYK
RGB Variations
Color information
#CCE920 (or 0xCCE920) is known color: Pear. HEX triplet: CC, E9 and 20. RGB value is (204,233,32). Sum of RGB (Red+Green+Blue) = 204+233+32=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE920 is #3316DF. Grayscale: #CACACA. Windows color (decimal): -3348192 or 2157004. OLE color: 2157004.
HSL color Cylindrical-coordinate representation of color #CCE920: hue angle of 68.66º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCE920 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 32 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.09 |
| HSL | 68.66º | 0.82% | 0.52% | - |
| HSV(B) | 68.66º | 0.86% | 0.91% | - |
| XYZ | 54.3 | 71.22 | 12.25 | - |
| YUV | 201.42 | 32.39 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 32 | 0.12 | 0 | 0.86 | 0.09 | 68.66 | 0.82 | 0.52 |
| Hex | CC | E9 | 20 | C | 0 | 56 | 9 | 45 | 52 | 34 |
| Octal | 314 | 351 | 40 | 14 | 0 | 126 | 11 | 105 | 122 | 64 |
| Binary | 11001100 | 11101001 | 100000 | 1100 | 0 | 1010110 | 1001 | 1000101 | 1010010 | 110100 |
Color Harmonies of #CCE920
Complementary color
Monochromatic Colors of #CCE920
Black with #CCE920
Text Example
Text Example
White with #CCE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE920; }
p { color: rgb(204,233,32); }
H1.HeaderClassName
{
color: #CCE920;
}
.AnyTagClassName
{
color: #CCE920;
}
</style>
background-color css
<style>
a { background-color: #CCE920; }
a { background-color: rgb(204,233,32); }
div.DivClassName
{
background-color: #CCE920;
}
.BgClassName
{
background-color: #CCE920;
}
</style>
border-color css
<style>
span { border-color: #CCE920; }
span { border-color: rgb(204,233,32); }
td.TdClassName
{
border-color: #CCE920;
}
.TagClassName
{
border-color: #CCE920;
}
</style>