Shades of Pear #CCE932
Tints of Pear #CCE932
RGB
CMYK
RGB Variations
Color information
#CCE932 (or 0xCCE932) is known color: Pear. HEX triplet: CC, E9 and 32. RGB value is (204,233,50). Sum of RGB (Red+Green+Blue) = 204+233+50=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE932 is #3316CD. Grayscale: #CCCCCC. Windows color (decimal): -3348174 or 3336652. OLE color: 3336652.
HSL color Cylindrical-coordinate representation of color #CCE932: hue angle of 69.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCE932 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 50 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.09 |
| HSL | 69.51º | 0.81% | 0.55% | - |
| HSV(B) | 69.51º | 0.79% | 0.91% | - |
| XYZ | 54.62 | 71.35 | 13.91 | - |
| YUV | 203.47 | 41.39 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 50 | 0.12 | 0 | 0.79 | 0.09 | 69.51 | 0.81 | 0.55 |
| Hex | CC | E9 | 32 | C | 0 | 4F | 9 | 46 | 51 | 37 |
| Octal | 314 | 351 | 62 | 14 | 0 | 117 | 11 | 106 | 121 | 67 |
| Binary | 11001100 | 11101001 | 110010 | 1100 | 0 | 1001111 | 1001 | 1000110 | 1010001 | 110111 |
Color Harmonies of #CCE932
Complementary color
Monochromatic Colors of #CCE932
Black with #CCE932
Text Example
Text Example
White with #CCE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE932; }
p { color: rgb(204,233,50); }
H1.HeaderClassName
{
color: #CCE932;
}
.AnyTagClassName
{
color: #CCE932;
}
</style>
background-color css
<style>
a { background-color: #CCE932; }
a { background-color: rgb(204,233,50); }
div.DivClassName
{
background-color: #CCE932;
}
.BgClassName
{
background-color: #CCE932;
}
</style>
border-color css
<style>
span { border-color: #CCE932; }
span { border-color: rgb(204,233,50); }
td.TdClassName
{
border-color: #CCE932;
}
.TagClassName
{
border-color: #CCE932;
}
</style>