Shades of Pear #CCE832
Tints of Pear #CCE832
RGB
CMYK
RGB Variations
Color information
#CCE832 (or 0xCCE832) is known color: Pear. HEX triplet: CC, E8 and 32. RGB value is (204,232,50). Sum of RGB (Red+Green+Blue) = 204+232+50=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE832 is #3317CD. Grayscale: #CBCBCB. Windows color (decimal): -3348430 or 3336396. OLE color: 3336396.
HSL color Cylindrical-coordinate representation of color #CCE832: hue angle of 69.23º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCE832 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 50 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.09 |
| HSL | 69.23º | 0.8% | 0.55% | - |
| HSV(B) | 69.23º | 0.78% | 0.91% | - |
| XYZ | 54.33 | 70.78 | 13.82 | - |
| YUV | 202.88 | 41.72 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 50 | 0.12 | 0 | 0.78 | 0.09 | 69.23 | 0.8 | 0.55 |
| Hex | CC | E8 | 32 | C | 0 | 4E | 9 | 45 | 50 | 37 |
| Octal | 314 | 350 | 62 | 14 | 0 | 116 | 11 | 105 | 120 | 67 |
| Binary | 11001100 | 11101000 | 110010 | 1100 | 0 | 1001110 | 1001 | 1000101 | 1010000 | 110111 |
Color Harmonies of #CCE832
Complementary color
Monochromatic Colors of #CCE832
Black with #CCE832
Text Example
Text Example
White with #CCE832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE832; }
p { color: rgb(204,232,50); }
H1.HeaderClassName
{
color: #CCE832;
}
.AnyTagClassName
{
color: #CCE832;
}
</style>
background-color css
<style>
a { background-color: #CCE832; }
a { background-color: rgb(204,232,50); }
div.DivClassName
{
background-color: #CCE832;
}
.BgClassName
{
background-color: #CCE832;
}
</style>
border-color css
<style>
span { border-color: #CCE832; }
span { border-color: rgb(204,232,50); }
td.TdClassName
{
border-color: #CCE832;
}
.TagClassName
{
border-color: #CCE832;
}
</style>