Shades of Pear #CCE328
Tints of Pear #CCE328
RGB
CMYK
RGB Variations
Color information
#CCE328 (or 0xCCE328) is known color: Pear. HEX triplet: CC, E3 and 28. RGB value is (204,227,40). Sum of RGB (Red+Green+Blue) = 204+227+40=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE328 is #331CD7. Grayscale: #C7C7C7. Windows color (decimal): -3349720 or 2679756. OLE color: 2679756.
HSL color Cylindrical-coordinate representation of color #CCE328: hue angle of 67.38º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCE328 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 40 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.11 |
| HSL | 67.38º | 0.77% | 0.52% | - |
| HSV(B) | 67.38º | 0.82% | 0.89% | - |
| XYZ | 52.75 | 67.93 | 12.34 | - |
| YUV | 198.81 | 38.38 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 40 | 0.10 | 0 | 0.82 | 0.11 | 67.38 | 0.77 | 0.52 |
| Hex | CC | E3 | 28 | A | 0 | 52 | B | 43 | 4D | 34 |
| Octal | 314 | 343 | 50 | 12 | 0 | 122 | 13 | 103 | 115 | 64 |
| Binary | 11001100 | 11100011 | 101000 | 1010 | 0 | 1010010 | 1011 | 1000011 | 1001101 | 110100 |
Color Harmonies of #CCE328
Complementary color
Monochromatic Colors of #CCE328
Black with #CCE328
Text Example
Text Example
White with #CCE328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE328; }
p { color: rgb(204,227,40); }
H1.HeaderClassName
{
color: #CCE328;
}
.AnyTagClassName
{
color: #CCE328;
}
</style>
background-color css
<style>
a { background-color: #CCE328; }
a { background-color: rgb(204,227,40); }
div.DivClassName
{
background-color: #CCE328;
}
.BgClassName
{
background-color: #CCE328;
}
</style>
border-color css
<style>
span { border-color: #CCE328; }
span { border-color: rgb(204,227,40); }
td.TdClassName
{
border-color: #CCE328;
}
.TagClassName
{
border-color: #CCE328;
}
</style>