Shades of Pear #CCE128
Tints of Pear #CCE128
RGB
CMYK
RGB Variations
Color information
#CCE128 (or 0xCCE128) is known color: Pear. HEX triplet: CC, E1 and 28. RGB value is (204,225,40). Sum of RGB (Red+Green+Blue) = 204+225+40=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE128 is #331ED7. Grayscale: #C6C6C6. Windows color (decimal): -3350232 or 2679244. OLE color: 2679244.
HSL color Cylindrical-coordinate representation of color #CCE128: hue angle of 66.81º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCE128 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 40 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.12 |
| HSL | 66.81º | 0.76% | 0.52% | - |
| HSV(B) | 66.81º | 0.82% | 0.88% | - |
| XYZ | 52.21 | 66.84 | 12.16 | - |
| YUV | 197.63 | 39.04 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 40 | 0.09 | 0 | 0.82 | 0.12 | 66.81 | 0.76 | 0.52 |
| Hex | CC | E1 | 28 | 9 | 0 | 52 | C | 43 | 4C | 34 |
| Octal | 314 | 341 | 50 | 11 | 0 | 122 | 14 | 103 | 114 | 64 |
| Binary | 11001100 | 11100001 | 101000 | 1001 | 0 | 1010010 | 1100 | 1000011 | 1001100 | 110100 |
Color Harmonies of #CCE128
Complementary color
Monochromatic Colors of #CCE128
Black with #CCE128
Text Example
Text Example
White with #CCE128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE128; }
p { color: rgb(204,225,40); }
H1.HeaderClassName
{
color: #CCE128;
}
.AnyTagClassName
{
color: #CCE128;
}
</style>
background-color css
<style>
a { background-color: #CCE128; }
a { background-color: rgb(204,225,40); }
div.DivClassName
{
background-color: #CCE128;
}
.BgClassName
{
background-color: #CCE128;
}
</style>
border-color css
<style>
span { border-color: #CCE128; }
span { border-color: rgb(204,225,40); }
td.TdClassName
{
border-color: #CCE128;
}
.TagClassName
{
border-color: #CCE128;
}
</style>