Shades of Pear #CCE840
Tints of Pear #CCE840
RGB
CMYK
RGB Variations
Color information
#CCE840 (or 0xCCE840) is known color: Pear. HEX triplet: CC, E8 and 40. RGB value is (204,232,64). Sum of RGB (Red+Green+Blue) = 204+232+64=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE840 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE840 is #3317BF. Grayscale: #CDCDCD. Windows color (decimal): -3348416 or 4253900. OLE color: 4253900.
HSL color Cylindrical-coordinate representation of color #CCE840: hue angle of 70º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCE840 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 64 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.09 |
| HSL | 70º | 0.79% | 0.58% | - |
| HSV(B) | 70º | 0.72% | 0.91% | - |
| XYZ | 54.68 | 70.92 | 15.66 | - |
| YUV | 204.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 64 | 0.12 | 0 | 0.72 | 0.09 | 70 | 0.79 | 0.58 |
| Hex | CC | E8 | 40 | C | 0 | 48 | 9 | 46 | 4F | 3A |
| Octal | 314 | 350 | 100 | 14 | 0 | 110 | 11 | 106 | 117 | 72 |
| Binary | 11001100 | 11101000 | 1000000 | 1100 | 0 | 1001000 | 1001 | 1000110 | 1001111 | 111010 |
Color Harmonies of #CCE840
Complementary color
Monochromatic Colors of #CCE840
Black with #CCE840
Text Example
Text Example
White with #CCE840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE840; }
p { color: rgb(204,232,64); }
H1.HeaderClassName
{
color: #CCE840;
}
.AnyTagClassName
{
color: #CCE840;
}
</style>
background-color css
<style>
a { background-color: #CCE840; }
a { background-color: rgb(204,232,64); }
div.DivClassName
{
background-color: #CCE840;
}
.BgClassName
{
background-color: #CCE840;
}
</style>
border-color css
<style>
span { border-color: #CCE840; }
span { border-color: rgb(204,232,64); }
td.TdClassName
{
border-color: #CCE840;
}
.TagClassName
{
border-color: #CCE840;
}
</style>